This commit is contained in:
parent
0f9179d3ec
commit
3d0d38eb30
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -73,7 +73,7 @@ async def on_command_error(ctx, error):
|
||||||
@bot.event
|
@bot.event
|
||||||
async def on_ready():
|
async def on_ready():
|
||||||
print("Bot ready on Version %s..." % discord.__version__)
|
print("Bot ready on Version %s..." % discord.__version__)
|
||||||
activity = discord.Activity(name='%shund' % prefix, type=discord.ActivityType.listening)
|
activity = discord.Activity(name='%shelp' % prefix, type=discord.ActivityType.listening)
|
||||||
#activity = discord.Game('%shelp for Help' % prefix)
|
#activity = discord.Game('%shelp for Help' % prefix)
|
||||||
await bot.change_presence(status=discord.Status.online, activity=activity)
|
await bot.change_presence(status=discord.Status.online, activity=activity)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue