Update bot.py

This commit is contained in:
ishaan 2021-05-18 23:18:59 -04:00
parent d4fb600d9a
commit fe89353dca

3
bot.py
View file

@ -7,7 +7,8 @@ client = commands.Bot(command_prefix= 'd!')
@client.event
async def on_ready():
print(f'{client.user.name} is online.')
print(f'{client.user.name} is ready.')
await client.change_presence(activity=discord.Streaming(name="duck pictures.", url="https://www.youtube.com/watch?v=dQw4w9WgXcQ"))
@client.command()
async def load(ctx, extension):