Skip to content

Commit

Permalink
Umm ok
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuro-Rui committed Jan 27, 2024
1 parent 02a5692 commit 6a4c77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ async def on_command_error(ctx: commands.Context, exception: CommandError):
await ctx.reply(message)
return
if exception.args:
await ctx.reply(f"{exception.args[0]}.")
await ctx.reply(exception.args[0])
return
await ctx.send_help(ctx.command)
elif isinstance(exception, RangeError):
Expand Down

0 comments on commit 6a4c77a

Please sign in to comment.