Add link to intent instructions image in changelog
parent
d9683efec6
commit
1532371091
|
@ -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
|
* 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)
|
* **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 includes the privileged "Server Members Intent"**, which is used for server greetings/welcome messages.
|
||||||
This means that **you need to enable "Server Members Intent"** on the bot's page on the Discord Developer Portal.
|
This means that [**you need to enable "Server Members Intent"**](docs/server-members-intent.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.
|
* Renamed the following options. Old names are still supported as aliases, so old config files won't break.
|
||||||
* `mainGuildId` => `mainServerId`
|
* `mainGuildId` => `mainServerId`
|
||||||
* `mailGuildId` => `inboxServerId`
|
* `mailGuildId` => `inboxServerId`
|
||||||
|
|
Loading…
Reference in New Issue