diff --git a/main.py b/main.py index 61e53e3..28682f7 100755 --- a/main.py +++ b/main.py @@ -88,8 +88,8 @@ async def on_raw_reaction_remove(payload): @client.event async def on_command_error(ctx, error): if not ctx.invoked_with.startswith('.'): - await ctx.message.add_reaction(emoji = '❓') print(error) + await ctx.message.add_reaction(emoji = '❓') @client.event async def on_message(message):