aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Den4200 <[email protected]>2020-07-01 01:17:44 +0000
committerGravatar Den4200 <[email protected]>2020-07-01 01:17:44 +0000
commit7b90754f74170d4a8db0008a9c08a690c01a7618 (patch)
tree24e460e2611eb46a7ead1a62d3c6672dd0c61018
parentAdd reset_slowmode function (diff)
Create docstring for Slowmode cog
-rw-r--r--bot/cogs/slowmode.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/cogs/slowmode.py b/bot/cogs/slowmode.py
index a4eb428e9..a650ac395 100644
--- a/bot/cogs/slowmode.py
+++ b/bot/cogs/slowmode.py
@@ -7,6 +7,7 @@ from bot.decorators import with_role
class Slowmode(Cog):
+ """Commands for getting and setting slowmode delays of text channels."""
def __init__(self, bot: Bot) -> None:
self.bot = bot