diff --git a/cogs/meta.py b/cogs/meta.py index ab699d6..024e1e1 100644 --- a/cogs/meta.py +++ b/cogs/meta.py @@ -18,6 +18,8 @@ import contextlib import discord from discord.ext import commands +import utils + class Meta(commands.Cog): # TODO does this need to be configurable? INVITE_DURATION_SECONDS = 60 * 60 * 3