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
Copy file name to clipboardExpand all lines: README.md
+15
Original file line number
Diff line number
Diff line change
@@ -64,4 +64,19 @@ Now that you have python installed, you are good to go. Follow the steps below f
64
64
13. Once the bot is online in your server, do `[your prefix]setup` and you are good to go!
65
65
You can add the bot to your server with [this tool](https://finitereality.github.io/permissions-calculator/?v=0). Your Client ID is retrived from the [applicatons page](https://discordapp.com/developers/applications/me)
66
66
67
+
## Commands
68
+
Parameters are either [] or <>.
69
+
[] - Optional Parameters
70
+
<> - Mandatory Parameters
71
+
Do not include these while typing your command
72
+
Include your prefix in front of every commmand
73
+
74
+
| Command | Description | Usage |
75
+
| ------------- | ------------- | ------------- |
76
+
| setup | Sets up your server for Mod Mail `ADMINISTRATOR Required`|`setup [modrole]`|
77
+
| reply | Sends a message to the current thread |`reply <message...>`|
78
+
| close | Closes the current thread and deletes the channel |`close`|
79
+
| disable | Closes all threads and disables modmail for the server. `ADMINISTRATOR Required`|`disable`|
80
+
81
+
67
82
If you do use the bot, a star on this repository is appreciated ;)
0 commit comments