Skip to content

Commit 48d76b6

Browse files
KreusadaDrapersniper
authored andcommitted
Reference how to reply in the [p]contact command with embed settings (Cog-Creators#5529)
1 parent 53e0f86 commit 48d76b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

redbot/core/core_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3987,7 +3987,7 @@ async def contact(self, ctx: commands.Context, *, message: str):
39873987
else:
39883988
e.set_author(name=description)
39893989

3990-
e.set_footer(text=footer)
3990+
e.set_footer(text="{}\n{}".format(footer, content))
39913991

39923992
try:
39933993
await destination.send(embed=e)

0 commit comments

Comments
 (0)