From da4f6c34b0513b657163cbe8174a1cd923b7488c Mon Sep 17 00:00:00 2001 From: bobloy Date: Thu, 18 Oct 2018 15:37:00 -0400 Subject: [PATCH] Better description --- exclusiverole/exclusiverole.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/exclusiverole/exclusiverole.py b/exclusiverole/exclusiverole.py index d59a474..d579e91 100644 --- a/exclusiverole/exclusiverole.py +++ b/exclusiverole/exclusiverole.py @@ -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):