doppelganger + refactored code

This commit is contained in:
Bibin Muttappillil 2020-04-14 02:55:51 +02:00
parent 42275c7ab5
commit e0029118f9
4 changed files with 103 additions and 58 deletions

View file

@ -21,7 +21,7 @@ bot.remove_command('help')
@bot.event
async def on_ready():
await bot.change_presence(status=discord.Status.idle, activity=discord.Game('One Night Ultimate Werewolf'))
await bot.change_presence(status=discord.Status.online, activity=discord.Game('One Night Ultimate Werewolf'))
print('We have logged in as {0.user}'.format(bot))