From 3c2c58dcd7d003d08ccd292554cab1e655541f3e Mon Sep 17 00:00:00 2001 From: bobloy Date: Mon, 22 Oct 2018 12:41:01 -0400 Subject: [PATCH] less comments --- hangman/hangman.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/hangman/hangman.py b/hangman/hangman.py index e8ca946..b70e459 100644 --- a/hangman/hangman.py +++ b/hangman/hangman.py @@ -151,9 +151,6 @@ class Hangman(Cog): # Borrowing FlapJack's emoji validation # (https://github.com/flapjax/FlapJack-Cogs/blob/master/smartreact/smartreact.py) if theface[:2] == "<:": - # theface = [r for r in self.bot.emojis if r.id == theface.split(":")[2][:-1]][0] - # print(theface) - # print(theface.split(":")[2][:-1]) theface = self.bot.get_emoji(int(theface.split(":")[2][:-1])) if theface is None: