mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -05:00
Typo
This commit is contained in:
parent
1936635758
commit
94b048a224
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()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user