Skip to content

Commit

Permalink
Add return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev committed Feb 10, 2025
1 parent 7f8a520 commit b62a2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge_revolt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1825,7 +1825,7 @@ async def help(self, ctx, *, query: Optional[str] = None):
canrun = False

if not canrun or not found:
await ctx.send('Invalid command. Use `search:command` to look up commands.')
return await ctx.send('Invalid command. Use `search:command` to look up commands.')

if command_focus:
cmdname = (
Expand Down

0 comments on commit b62a2d2

Please sign in to comment.