From 7de5156a7719f0639021e8186f7ea17f5b853af7 Mon Sep 17 00:00:00 2001 From: Numerlor Date: Sun, 10 Nov 2019 19:39:14 +0100 Subject: Add a newline after signatures for readability --- bot/cogs/doc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/cogs/doc.py b/bot/cogs/doc.py index 6e50cd27d..653d48528 100644 --- a/bot/cogs/doc.py +++ b/bot/cogs/doc.py @@ -326,7 +326,7 @@ class Doc(commands.Cog): else: embed_description = "".join(f"```py\n{textwrap.shorten(signature, 500)}```" for signature in signatures) - embed_description += description + embed_description += f"\n{description}" embed = discord.Embed( title=f'`{symbol}`', -- cgit v1.2.3