Skip to content

Commit

Permalink
Reference how to reply in the [p]contact command with embed settings (
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreusada authored Apr 2, 2022
1 parent 78e64ec commit c9a0971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbot/core/core_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -3987,7 +3987,7 @@ async def contact(self, ctx: commands.Context, *, message: str):
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)
Expand Down

0 comments on commit c9a0971

Please sign in to comment.