Added usePrivilegedIntents to creds.yml as an option for users who don't have them enabled

Added an explanation on how to enable intents if the bot doesn't have them and fails to login
This commit is contained in:
Kwoth
2022-03-03 02:31:32 +01:00
parent 01cc6e52d5
commit 03367c5ec4
6 changed files with 44 additions and 9 deletions

View File

@@ -1,10 +1,12 @@
# DO NOT CHANGE
version: 3
version: 4
# Bot token. Do not share with anyone ever -> https://discordapp.com/developers/applications/
token: ''
# List of Ids of the users who have bot owner permissions
# **DO NOT ADD PEOPLE YOU DON'T TRUST**
ownerIds: []
# Keep this on 'true' unless you're sure your bot shouldn't use privileged intents or you're waiting to be accepted
usePrivilegedIntents: true
# The number of shards that the bot will running on.
# Leave at 1 if you don't know what you're doing.
totalShards: 1