Rename server intents image to clear GitHub image cache
parent
5886da6da6
commit
a69e9dd0a2
|
@ -9,7 +9,7 @@ Please report any bugs you encounter by [creating a GitHub issue](https://github
|
|||
* The supported versions are now 12, 13, and 14
|
||||
* **BREAKING CHANGE:** The bot now requests the necessary [Gateway Intents](https://discord.com/developers/docs/topics/gateway#gateway-intents)
|
||||
* **This includes the privileged "Server Members Intent"**, which is used for server greetings/welcome messages.
|
||||
This means that [**you need to turn on "Server Members Intent"**](docs/server-members-intent.png) on the bot's page on the Discord Developer Portal.
|
||||
This means that [**you need to turn on "Server Members Intent"**](docs/server-members-intent-2.png) on the bot's page on the Discord Developer Portal.
|
||||
* Renamed the following options. Old names are still supported as aliases, so old config files won't break.
|
||||
* `mainGuildId` => `mainServerId`
|
||||
* `mailGuildId` => `inboxServerId`
|
||||
|
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
|
@ -13,7 +13,7 @@ To keep it online, you need to keep the bot process running.
|
|||
|
||||
## Prerequisites
|
||||
1. Create a bot on the [Discord Developer Portal](https://discordapp.com/developers/)
|
||||
2. Turn on **Server Members Intent** in the bot's settings page on the developer portal ([Image](server-members-intent.png))
|
||||
2. Turn on **Server Members Intent** in the bot's settings page on the developer portal ([Image](server-members-intent-2.png))
|
||||
3. Install Node.js 12, 13, or 14
|
||||
4. Download the latest bot version from [the releases page](https://github.com/Dragory/modmailbot/releases)
|
||||
* Make sure the release doesn't say "Pre-release" next to it unless you want to run an unstable beta version!
|
||||
|
|
Loading…
Reference in New Issue