fix NameError in em/support

This commit is contained in:
io 2021-03-17 06:06:57 +00:00
parent 6b0dc50689
commit b5433dcdac
1 changed files with 2 additions and 0 deletions

View File

@ -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