diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index 59f7e00e3..6a6cd5987 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -3427,7 +3427,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)