diff --git a/cogs/guild.py b/cogs/guild.py index 2bf02415..40be5c07 100644 --- a/cogs/guild.py +++ b/cogs/guild.py @@ -158,6 +158,7 @@ class Guild(Cog): @has_permissions(manage_guild=True) @bot_has_permissions(administrator=True) async def roles_persist(self, ctx): + """Role Persist! Keep user roles when they leave/join!""" pass @roles_persist.command(name="status")