diff options
| -rw-r--r-- | bot/exts/info/information.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/info/information.py b/bot/exts/info/information.py index 67515bc57..27a7b501d 100644 --- a/bot/exts/info/information.py +++ b/bot/exts/info/information.py @@ -520,7 +520,7 @@ class Information(Cog): @command(aliases=("rule",)) async def rules(self, ctx: Context, *args: Optional[str]) -> None: """ - Provides a link to all rules or, if specified, displays specific rules(s). + Provides a link to all rules or, if specified, displays specific rule(s). It accepts either rule numbers or particular keywords that map to a particular rule. Rule numbers and keywords can be sent in any order. |