Skip to content

Commit

Permalink
removed un-needed comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Taaku18 committed Feb 21, 2019
1 parent db911a2 commit 784a760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ async def status(self, ctx, *, status_type: str.lower):

status, msg = (await self.set_presence(
status_identifier=status_type,
status_by_key=True,
status_by_key=True
))['status']
if status is None:
raise commands.UserInputError
Expand Down

0 comments on commit 784a760

Please sign in to comment.