Skip to content

Commit a7e7ea0

Browse files
fourjrkyb3r
andauthored
use single quotes
Co-Authored-By: kyb3r <[email protected]>
1 parent f5dc6a1 commit a7e7ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ async def update(self, ctx):
262262

263263
await ctx.send(embed=em)
264264

265-
@commands.command(name="status", aliases=['customstatus', 'presence'])
265+
@commands.command(name='status', aliases=['customstatus', 'presence'])
266266
@commands.has_permissions(administrator=True)
267267
async def _status(self, ctx, *, message):
268268
'''Set a custom playing status for the bot.

0 commit comments

Comments
 (0)