From c9f1a44667128320206442f32de08acb02085ef8 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Sat, 9 Jul 2016 10:40:46 -0500 Subject: [PATCH] Imported pymysql so the error would work...derp again --- cogs/mod.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cogs/mod.py b/cogs/mod.py index ba96705..583b3ab 100644 --- a/cogs/mod.py +++ b/cogs/mod.py @@ -1,6 +1,7 @@ from discord.ext import commands from .utils import checks from .utils import config +import pymysql class Mod: