1
0
Fork 0
mirror of https://github.com/uhIgnacio/EmoteManager.git synced 2024-08-15 02:23:13 +00:00

fix NameError in em/support

This commit is contained in:
io 2021-03-17 06:06:57 +00:00
parent 6b0dc50689
commit b5433dcdac

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