mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-09 12:48:54 -05:00
Reference how to reply in the [p]contact command with embed settings (#5529)
This commit is contained in:
parent
78e64ec559
commit
c9a0971945
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user