Skip to content

Commit 784a760

Browse files
committed
removed un-needed comma
1 parent db911a2 commit 784a760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/utility.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ async def status(self, ctx, *, status_type: str.lower):
488488

489489
status, msg = (await self.set_presence(
490490
status_identifier=status_type,
491-
status_by_key=True,
491+
status_by_key=True
492492
))['status']
493493
if status is None:
494494
raise commands.UserInputError

0 commit comments

Comments
 (0)