Hiding Cog

pull/8/head
sgoudham 4 years ago
parent e72d4d530c
commit 40132b5632

@ -9,7 +9,7 @@ from settings import enso_guild_ID, enso_verification_ID
# Set up Cog
class Verification(commands.Cog):
class Verification(commands.Cog, command_attrs=dict(hidden=True)):
def __init__(self, bot):
self.bot = bot
self.guild = None

Loading…
Cancel
Save