From 10b876299aa7e7b7e5f9eba46e3169bcb92a3019 Mon Sep 17 00:00:00 2001 From: Myned Date: Sat, 28 Oct 2017 15:42:02 -0400 Subject: [PATCH] =?UTF-8?q?Changed=20=E2=9D=8C=20to=20=E2=9D=93=20for=20mi?= =?UTF-8?q?ssing=20commands=20for=20clarity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/run.py b/src/main/run.py index 0503665..44804c3 100644 --- a/src/main/run.py +++ b/src/main/run.py @@ -88,7 +88,7 @@ async def on_command_error(ctx, error): await ctx.message.add_reaction('\N{NO ENTRY}') elif isinstance(error, errext.CommandNotFound): print('INVALID COMMAND : {}'.format(error), file=sys.stderr) - await ctx.message.add_reaction('\N{CROSS MARK}') + await ctx.message.add_reaction('\N{BLACK QUESTION MARK ORNAMENT}') else: print('\n! ! ! ! ! ! ! ! ! ! ! !\nC O M M A N D E R R O R : {}\n! ! ! ! ! ! ! ! ! ! ! !\n'.format( error), file=sys.stderr)