Skip to content

Commit

Permalink
[WarnSystem] Forgot this, plz dont hit me
Browse files Browse the repository at this point in the history
  • Loading branch information
laggron42 committed Jun 16, 2021
1 parent 9ae02b6 commit fb6d609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tournaments/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async def config_exists(self, ctx: commands.Context, name):

async def convert(self, ctx: commands.Context, argument: str):
try:
await self._convert(ctx, argument)
return await self._convert(ctx, argument)
finally:
# the class is instanciated at runtime, so we have to clean it up manually
# else the next time a command is ran, there will be leftovers
Expand Down

0 comments on commit fb6d609

Please sign in to comment.