Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
Update index.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantalabs authored Dec 27, 2020
1 parent 3219c21 commit 470ce61
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
prefix = 'info '
client = commands.Bot(command_prefix = prefix)

@client.event
async def on_ready():
await client.change_presence(activity=discord.Activity(type=discord.ActivityType.watching, name='a pandemic | info'))

client.remove_command("help")

@client.command(pass_context=True)
Expand Down Expand Up @@ -69,4 +73,4 @@ async def credits(ctx):

await ctx.send(api + source + api2)

client.run(TOKEN)
client.run(TOKEN)

0 comments on commit 470ce61

Please sign in to comment.