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
this supports multiple activity types (`playing`, `watching`, `listening` and `streaming`).
57
+
-[PR #131](https://github.com/kyb3r/modmail/pull/131#issue-244686818) this supports multiple activity types (`playing`, `watching`, `listening` and `streaming`).
59
58
60
59
### Removed
61
60
- Removed the deprecated `status` command.
62
-
- This also means you will have to reset your bot status with the
63
-
`activity` command, as `status` command is removed.
61
+
- This also means you will have to reset your bot status with the `activity` command, as `status` command is removed.
64
62
65
63
# v2.3.0
66
64
@@ -196,10 +194,8 @@ Bug fixes and minor improvements.
196
194
197
195
# v2.0.0
198
196
199
-
This release introduces the use of our centralized
200
-
[API service](https://github.com/kyb3r/webserver) to enable dynamic
201
-
configuration, auto-updates, and thread logs.
202
-
To use this release you must acquire an API token from https://www.modmail.tk.
197
+
This release introduces the use of our centralized [API service](https://github.com/kyb3r/webserver) to enable dynamic configuration, auto-updates, and thread logs.
198
+
To use this release you must acquire an API token from https://modmail.tk.
203
199
Read the updated installation guide [here](https://github.com/kyb3r/modmail/wiki/installation).
When a user sends a direct message to the bot, a channel is created within an isolated category. This channel is where messages will be relayed. To reply to a message, simply use the command `reply` in the channel. See a full list of commands [below](#commands).
42
+
When a user sends a direct message to the bot, a channel is created within an isolated category. This channel is where messages will be relayed. To reply to a message, simply use the command `reply` in the channel. See a full list of commands [below](#Features and Commands).
43
43
44
44
45
45
## Installation
@@ -57,7 +57,7 @@ If you want complete control over your data and do not want to use the centralis
57
57
*`MONGO_URI` - Mongodb connection URI, you can get a free 500mb cluster from [mongodb atlas](https://www.mongodb.com/cloud/atlas).
58
58
*`LOG_URL` - The url of your log viewer heroku app (`https://yourlogviewerappname.herokuapp.com`)
59
59
60
-
You also need to create a seperate heroku app for the log viewer that you can deploy from [here](https://github.com/kyb3r/logviewer).
60
+
You also need to create a separate heroku app for the log viewer that you can deploy from [here](https://github.com/kyb3r/logviewer).
61
61
62
62
## Features and Commands
63
63
The bot comes with a plethora of useful functionality. Take a look at the [list of commands](https://github.com/kyb3r/modmail/wiki/Features-and-commands).
0 commit comments