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 3d23632bc..9699ae800 100644 --- a/bot/exts/info/information.py +++ b/bot/exts/info/information.py @@ -530,7 +530,7 @@ class Information(Cog): full_rules = await self.bot.api_client.get("rules", params={"link_format": "md"}) for index, (_, keywords) in enumerate(full_rules, start=1): - help_string += f"**Rule {index}**: {', '.join(keywords)}\n\n" + help_string += f"**Rule {index}**: {', '.join(keywords)}\n\r" self.rules.help = help_string |