(moderation): pardon command and warn tickets.

This commit is contained in:
2021-09-30 20:51:49 +03:00
parent 6a2da9c483
commit 3ab3721c99
4 changed files with 328 additions and 6 deletions

View File

@@ -46,7 +46,6 @@ class NoteTicket(Ticket):
return ticket
# TODO: Remember the moderator ward!!
@module.cmd(
"note",
group="Moderation",
@@ -63,7 +62,7 @@ async def cmd_note(ctx):
The note will appear in the moderation log and in the `tickets` command.
The `target` must be specificed by mention or user id.
If the `note` is not given, it will be prompted for.
If the `content` is not given, it will be prompted for.
Example:
{prefix}note {ctx.author.mention} Seen reading the `note` documentation.
"""