diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index 90653a940..9678a5abb 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -3987,7 +3987,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic): else: e.set_author(name=description) - e.set_footer(text=footer) + e.set_footer(text="{}\n{}".format(footer, content)) try: await destination.send(embed=e)