From 3f79a77601621089e84b79540658a2cc2bce8363 Mon Sep 17 00:00:00 2001 From: Dylan Dizon Date: Tue, 6 Nov 2018 16:29:26 -0500 Subject: [PATCH] Disable check mark on command completion --- src/run.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/run.py b/src/run.py index 7b0a55e..1cd23b0 100644 --- a/src/run.py +++ b/src/run.py @@ -197,8 +197,8 @@ async def on_command_completion(ctx): if ctx.guild.id in u.settings['del_ctx'] and ctx.me.permissions_in(ctx.channel).manage_messages and isinstance(ctx.message.channel, d.TextChannel): await ctx.message.delete() - with suppress(err.Forbidden): - await ctx.message.add_reaction('\N{WHITE HEAVY CHECK MARK}') + # with suppress(err.Forbidden): + # await ctx.message.add_reaction('\N{WHITE HEAVY CHECK MARK}') for command in ('lastcommand', ',restart', ',die'): if ctx.command.name == command: