This commit is contained in:
parent
a1c188d1b6
commit
6e35a7c32b
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
|
||||
async def on_ready():
|
||||
print("Bot ready on Version %s..." % discord.__version__)
|
||||
activity = discord.Activity(name='%shelp' % prefix, type=discord.ActivityType.listening)
|
||||
activity = discord.Activity(name='%shund' % prefix, type=discord.ActivityType.listening)
|
||||
#activity = discord.Game('%shelp for Help' % prefix)
|
||||
await bot.change_presence(status=discord.Status.online, activity=activity)
|
||||
|
||||
|
|
Loading…
Reference in a new issue