This commit is contained in:
Twentysix 2016-02-22 13:44:50 +01:00
parent 1936635758
commit 94b048a224

2
red.py
View File

@ -216,7 +216,7 @@ async def status(ctx, *status : str):
if status != ():
await bot.change_status(discord.Game(name=" ".join(status)))
else:
await self.bot.change_status(None)
await bot.change_status(None)
await bot.say("Done.")
@bot.command()