Setting rolemenu command status to hidden

pull/8/head
sgoudham 4 years ago
parent aadac85493
commit ed9ed5689f

@ -68,7 +68,7 @@ class SelfRoles(commands.Cog):
await member.remove_roles(role) await member.remove_roles(role)
# Allowing people to get ping-able self roles # Allowing people to get ping-able self roles
@command(name="rolemenu") @command(name="rolemenu", hidden=True)
@is_owner() @is_owner()
async def role_menu(self, ctx): async def role_menu(self, ctx):
# Setting the channel to "newpeople" # Setting the channel to "newpeople"

Loading…
Cancel
Save