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

This commit is contained in:
Kreusada 2022-04-02 01:57:06 +01:00 committed by GitHub
parent 78e64ec559
commit c9a0971945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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