Hiding verification command

pull/8/head
sgoudham 4 years ago
parent 5266fb8248
commit 935c2c4266

@ -58,7 +58,7 @@ class Verification(commands.Cog):
await general.send(general_welcome) await general.send(general_welcome)
# Allowing people to get ping-able self roles # Allowing people to get ping-able self roles
@command(name="verification") @command(name="verification", hidden=True)
@is_owner() @is_owner()
async def verification(self, ctx): async def verification(self, ctx):
# Set up embed to let the user know that they have to react with ✅ # Set up embed to let the user know that they have to react with ✅

Loading…
Cancel
Save