From ece4cc74f6bf5ab14b368c7c40d084ba23eb887d Mon Sep 17 00:00:00 2001 From: cswimr Date: Tue, 18 Feb 2025 15:25:38 -0600 Subject: [PATCH] fix(aurora): update the docstring for slowmode's interval argument --- aurora/aurora.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aurora/aurora.py b/aurora/aurora.py index 6f2e287..4b419f5 100644 --- a/aurora/aurora.py +++ b/aurora/aurora.py @@ -506,7 +506,7 @@ class Aurora(commands.Cog): Parameters ----------- interval: int - The slowmode interval in seconds + The slowmode interval in seconds (0 to disable) channel: discord.TextChannel The channel to set the slowmode in reason: str