diff options
author | destruc7i0n <destruc7i0n@users.noreply.github.com> | 2022-11-25 12:48:38 -0500 |
---|---|---|
committer | destruc7i0n <destruc7i0n@users.noreply.github.com> | 2022-11-25 12:48:38 -0500 |
commit | 5980af162b6ce88cac581afbda3a2f82d1a289b7 (patch) | |
tree | bfa958f8b82fc0f79431bac862ab61d4950d1f13 | |
parent | update logic for sending messages (diff) | |
download | shulker-5980af162b6ce88cac581afbda3a2f82d1a289b7.tar.gz shulker-5980af162b6ce88cac581afbda3a2f82d1a289b7.zip |
list required intents
#62
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md index ba789ef..88acae8 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ Ensure you have Node v16.6+ installed. You can check the version you have instal Create a Discord bot here: https://discordapp.com/developers/applications/me +* Important: Ensure that the Bot has the **Server Members Intent** and the **Message Content Intent** (available on the "Bot" tab in your Application settings) + Then, add the bot to your Discord server using the following link, replace the Client ID with that of your bot. ``` https://discordapp.com/oauth2/authorize?client_id=<CLIENT ID>&scope=bot |