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):