[3.4] Reference how to reply in the [p]contact command with embed settings (#5529) (#5733)

(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:
Red-GitHubBot
2022-06-04 03:02:04 +02:00
committed by GitHub
parent 3fbf426003
commit 17f7bd15bf

View File

@@ -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)