mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 10:22:31 -05:00
Typo
This commit is contained in:
2
red.py
2
red.py
@@ -216,7 +216,7 @@ async def status(ctx, *status : str):
|
|||||||
if status != ():
|
if status != ():
|
||||||
await bot.change_status(discord.Game(name=" ".join(status)))
|
await bot.change_status(discord.Game(name=" ".join(status)))
|
||||||
else:
|
else:
|
||||||
await self.bot.change_status(None)
|
await bot.change_status(None)
|
||||||
await bot.say("Done.")
|
await bot.say("Done.")
|
||||||
|
|
||||||
@bot.command()
|
@bot.command()
|
||||||
|
|||||||
Reference in New Issue
Block a user