From c087ebdc68f7397bad6001b75ddef8e0ab9ea97c Mon Sep 17 00:00:00 2001 From: Amrou Bellalouna Date: Thu, 27 Oct 2022 08:47:31 +0100 Subject: remove blank line between different rule keywords --- bot/exts/info/information.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3