From 19aa9be82a45941738899ac092826d19388fda7c Mon Sep 17 00:00:00 2001 From: phxntxm Date: Tue, 12 Jul 2016 11:46:33 -0500 Subject: [PATCH] Removed testing, github stopped calling my webhook for no reasong, that's why I couldn't figure this issue out lol --- cogs/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cogs/core.py b/cogs/core.py index 56537a0..0a10811 100644 --- a/cogs/core.py +++ b/cogs/core.py @@ -127,7 +127,6 @@ class Core: """This can be used for custom tags The format to call a custom tag is !tag """ tag = ' '.join(tag).strip() - await self.bot.say("Tag is ```{}```".format(tag)) cursor = config.getCursor() cursor.execute('use {}'.format(config.db_default)) cursor.execute('select * from tags where server_id=%s and tag=%s', (ctx.message.server.id, tag))