mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
(cherry picked from commit c9a0971945)
Co-authored-by: Kreusada <67752638+Kreusada@users.noreply.github.com>
Co-authored-by: Kreusada <67752638+Kreusada@users.noreply.github.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user