We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5dc6a1 commit a7e7ea0Copy full SHA for a7e7ea0
cogs/utility.py
@@ -262,7 +262,7 @@ async def update(self, ctx):
262
263
await ctx.send(embed=em)
264
265
- @commands.command(name="status", aliases=['customstatus', 'presence'])
+ @commands.command(name='status', aliases=['customstatus', 'presence'])
266
@commands.has_permissions(administrator=True)
267
async def _status(self, ctx, *, message):
268
'''Set a custom playing status for the bot.
0 commit comments