diff options
author | 2022-11-27 22:41:29 +0100 | |
---|---|---|
committer | 2022-11-27 22:41:29 +0100 | |
commit | c62872260bf79e03318828c3fa333bc3b4c78171 (patch) | |
tree | 272006e81032d209f29e21d71b3d0eac4d0b201b | |
parent | rename the method that attaches the persistent view (diff) |
remove waring in setup docstrings
-rw-r--r-- | bot/exts/info/subscribe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/info/subscribe.py b/bot/exts/info/subscribe.py index dba36edac..204efb340 100644 --- a/bot/exts/info/subscribe.py +++ b/bot/exts/info/subscribe.py @@ -286,7 +286,7 @@ def prepare_self_assignable_roles_view( async def setup(bot: Bot) -> None: - """Load the Subscribe cog.""" + """Load the 'Subscribe' cog.""" if len(ASSIGNABLE_ROLES) > ITEMS_PER_ROW*5: # Discord limits views to 5 rows of buttons. log.error("Too many roles for 5 rows, not loading the Subscribe cog.") else: |