diff --git a/jeeves.py b/jeeves.py index a5c9ac2..5586cd8 100755 --- a/jeeves.py +++ b/jeeves.py @@ -86,7 +86,6 @@ async def on_ready(): print('### Active with id %s as %s ###' % (client.user.id,client.user.name) ) activity = discord.Activity(name='!help', type=discord.ActivityType.listening) await client.change_presence(activity=activity) - looptest.start() if __name__ == '__main__': client.run(env.TOKEN)