You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| setup | Sets up the categories that will be used by the bot. |
55
-
| about | Shows some general information about the bot. |
56
-
| contact | Allows a moderator to initiate a thread with a given recipient. |
57
-
| reply | Sends a message to the current thread's recipient. |
58
-
| close | Closes the current thread and deletes the channel. |
59
-
| archive | Closes the thread and moves the channel to the archive category. |
60
-
| block | Blocks a user from using modmail |
61
-
| blocked | Shows a list of users that are currently blocked |
62
-
| unblock | Unblocks a user from using modmail |
63
-
| snippets | Shows a list of snippets that are currently configured. |
64
-
| customstatus | Sets the bot playing status to a message of your choosin |
65
-
| disable | Closes all threads and disables modmail for the server. |
66
-
| update | Checks for new versions and updates the bot, follow the [updating guide](https://github.com/kyb3r/modmail/wiki/Updating) to use this command. |
| update | Checks for new versions and updates the bot |
74
+
| github | Shows the github user your modmail api token is linked to. |
75
+
| prefix | Changes the prefix for the bot. |
76
+
| alias | Returns a list of aliases that are currently set. |
77
+
| about | Shows information about the bot. |
78
+
| status | Set a custom playing status for the bot. |
79
+
| ping | Pong! Returns your websocket latency. |
80
+
| eval | Evaluates python code (Bot owner only) |
81
+
| config | Manually hange configuration for the bot. |
67
82
68
83
## Features
69
84
@@ -73,6 +88,9 @@ Snippets are shortcuts for predefined messages that you can send. You can add sn
73
88
### Custom Mentions
74
89
If you want the bot to mention a specific role instead of `@here`, you need to set a config variable `MENTION` and set the value to the mention of the role or user you want mentioned. To get the mention of a role or user, type `\@role` in chat and you will see something like `<@&515651147516608512>` use this string as the value for the config variable.
75
90
91
+
### Thread Logs
92
+
Thread conversations are automatically logged and a log link (logs.modmail.tk) is provided with each thread.
93
+
76
94
### Delete Linked Messages
77
95
Did you accidentally send something you didnt mean to with the `reply` command? Dont fret, if you delete the original message on your side, this bot automatically deletes the corresponding message that was sent to the recipient of the thread!
0 commit comments