Document !logs pagination + add <time> for block/unblock documentation under 'anywhere on the inbox server'
parent
3cf31f37d9
commit
5a352a5073
|
@ -32,9 +32,9 @@ See [CHANGELOG.md](CHANGELOG.md)
|
|||
## Commands
|
||||
|
||||
### Anywhere on the inbox server
|
||||
`!logs <user>` Lists previous modmail logs with the specified user
|
||||
`!block <user>` Blocks the specified user from using modmail
|
||||
`!unblock <user>` Unblocks the specified user from using modmail
|
||||
`!logs <user> <page>` Lists previous modmail logs with the specified user. If there are a lot of logs, they will be paginated. In this case, you can specify the page number to view as the second argument.
|
||||
`!block <user> <time>` Blocks the specified user from using modmail. If a time is specified, the block is temporary.
|
||||
`!unblock <user> <time>` Unblocks the specified user from using modmail. If a time is specified, the user will be scheduled to be unblocked after that time.
|
||||
`!is_blocked <user>` Checks whether the user is blocked and for how long
|
||||
`!s <shortcut> <text>` Adds a snippet (a canned response). See below for how to use it.
|
||||
`!edit_snippet <shortcut> <text>` Edits an existing snippet (alias `!es`)
|
||||
|
@ -47,7 +47,7 @@ See [CHANGELOG.md](CHANGELOG.md)
|
|||
`!reply <text>` Sends a reply to the user in the format "(Role) User: text" (alias `!r`)
|
||||
`!anonreply <text>` Sends an anonymous reply to the user in the format "Role: text" (alias `!ar`)
|
||||
`!close <time>` Closes the modmail thread. If a time is specified, the thread is scheduled to be closed later. Scheduled closing is cancelled if a message is sent to or received from the user.
|
||||
`!logs` Lists previous modmail logs with this user
|
||||
`!logs <page>` Lists previous modmail logs with this user. If there are a lot of logs, they will be paginated. In this case, you can specify the page number to view as an argument.
|
||||
`!block <time>` Blocks the user from using modmail. If a time is specified, the block is temporary.
|
||||
`!unblock <time>` Unblocks the user from using modmail. If a time is specified, the user will be scheduled to be unblocked after that time.
|
||||
`!!shortcut` Reply with a snippet. Replace `shortcut` with the snippet's actual shortcut.
|
||||
|
|
Loading…
Reference in New Issue