Merge pull request #12 from iakrules/bot

Update bot.py
This commit is contained in:
ishaan 2021-05-18 23:20:15 -04:00 committed by GitHub
commit cf47df21ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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):