Added rolepersist group command description

pull/8/head
sgoudham 4 years ago
parent 389ed00282
commit 1901b1da35

@ -158,6 +158,7 @@ class Guild(Cog):
@has_permissions(manage_guild=True) @has_permissions(manage_guild=True)
@bot_has_permissions(administrator=True) @bot_has_permissions(administrator=True)
async def roles_persist(self, ctx): async def roles_persist(self, ctx):
"""Role Persist! Keep user roles when they leave/join!"""
pass pass
@roles_persist.command(name="status") @roles_persist.command(name="status")

Loading…
Cancel
Save