Skip to content

Commit 611c951

Browse files
committed
Fixed ?help freply
1 parent e9e8992 commit 611c951

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cogs/modmail.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -796,9 +796,9 @@ async def freply(self, ctx, *, msg: str = ""):
796796
Reply to a Modmail thread with variables.
797797
798798
Works just like `{prefix}reply`, however with the addition of three variables:
799-
- `{channel}` - the `discord.TextChannel` object
800-
- `{recipient}` - the `discord.User` object of the recipient
801-
- `{author}` - the `discord.User` object of the author
799+
- `{{channel}}` - the `discord.TextChannel` object
800+
- `{{recipient}}` - the `discord.User` object of the recipient
801+
- `{{author}}` - the `discord.User` object of the author
802802
803803
Supports attachments and images as well as
804804
automatically embedding image URLs.

0 commit comments

Comments
 (0)