From 2475d852a9a9297bd92ee851b7ed1b1fdb203c2e Mon Sep 17 00:00:00 2001 From: Io Mintz Date: Thu, 10 Oct 2019 00:32:42 +0000 Subject: [PATCH] forgot to revert this change meant for debugging add_safe_bytes() --- cogs/emote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/emote.py b/cogs/emote.py index f24e100..29b27a0 100644 --- a/cogs/emote.py +++ b/cogs/emote.py @@ -276,7 +276,7 @@ class Emotes(commands.Cog): static = utils.image.mime_type_for_image(image_data) != 'image/gif' converted = False - if static and counts[False] >= 1: # context.guild.emoji_limit: + if static and counts[False] >= context.guild.emoji_limit: image_data = await utils.image.convert_to_gif_in_subprocess(image_data) converted = True