From 58539d85fadb0b7b3eb5e5ac95afa0edf9597ad8 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Fri, 12 Jan 2018 15:45:44 -0600 Subject: [PATCH] Import Discord --- cogs/tutorial.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cogs/tutorial.py b/cogs/tutorial.py index f0e19ce..4aaa0a3 100644 --- a/cogs/tutorial.py +++ b/cogs/tutorial.py @@ -2,6 +2,8 @@ from discord.ext import commands from . import utils +import discord + class Tutorial: def __init__(self, bot):