Update bot.py
This commit is contained in:
parent
d4fb600d9a
commit
fe89353dca
1 changed files with 2 additions and 1 deletions
3
bot.py
3
bot.py
|
|
@ -7,7 +7,8 @@ client = commands.Bot(command_prefix= 'd!')
|
||||||
|
|
||||||
@client.event
|
@client.event
|
||||||
async def on_ready():
|
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()
|
@client.command()
|
||||||
async def load(ctx, extension):
|
async def load(ctx, extension):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue