From f212ddeea4de54d6eb75081c13162c2ad64bfeff Mon Sep 17 00:00:00 2001 From: Numerlor Date: Fri, 15 Nov 2019 13:10:19 +0100 Subject: join extra newline --- bot/cogs/doc.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bot/cogs/doc.py b/bot/cogs/doc.py index b82eac5fe..20bc010d9 100644 --- a/bot/cogs/doc.py +++ b/bot/cogs/doc.py @@ -336,8 +336,7 @@ class Doc(commands.Cog): ) # Show all symbols with the same name that were renamed in the footer. embed.set_footer( - text=", ".join(renamed for renamed in self.renamed_symbols - {symbol} - if renamed.endswith(f".{symbol}")) + text=", ".join(renamed for renamed in self.renamed_symbols - {symbol} if renamed.endswith(f".{symbol}")) ) return embed -- cgit v1.2.3