Better description

This commit is contained in:
bobloy 2018-10-18 15:37:00 -04:00 committed by GitHub
parent a1dd6d88d9
commit da4f6c34b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,8 +9,7 @@ Cog: Any = getattr(commands, "Cog", object)
class ExclusiveRole(Cog):
"""
Custom commands
Creates commands used to display text and adjust roles
Create roles that prevent all other roles from being added
"""
def __init__(self, bot):