mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-09 04:38:55 -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:
|
else:
|
||||||
e.set_author(name=description)
|
e.set_author(name=description)
|
||||||
|
|
||||||
e.set_footer(text=footer)
|
e.set_footer(text="{}\n{}".format(footer, content))
|
||||||
|
|
||||||
try:
|
try:
|
||||||
await destination.send(embed=e)
|
await destination.send(embed=e)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user