Mention and recommend enabling usePrivilegedIntents

This commit is contained in:
Slavi Pantaleev
2020-11-13 08:23:40 +02:00
parent fe7bed5df3
commit 6dbb90258e
3 changed files with 18 additions and 5 deletions

View File

@ -34,6 +34,9 @@ bridge:
auth:
clientID: {{ matrix_appservice_discord_client_id|string|to_json }}
botToken: {{ matrix_appservice_discord_bot_token }}
# You must enable "Privileged Gateway Intents" in your bot settings on discord.com (e.g. https://discord.com/developers/applications/12345/bot)
# for this to work
usePrivilegedIntents: false
logging:
# What level should the logger output to the console at.
console: "warn" #silly, verbose, info, http, warn, error, silent