Add docs for privileged intents#1554
Conversation
|
Couple of issues: Guild Presences intent has zero documentation
Couple of modules are documented under the wrong module pathSome of the modules in
Minor issues
|
|
So as far as the first point goes, intent and privileged intent are not the same thing. There are 18 total intents on discord, only 3 of which are considered to be privileged. I have every intention of changing the code to remove the presences intent, since its not really used by this bot (see #1556) My plan is to swap to default intents and then explicitly enable members and message_content for TS. As far as all the typos in here, I'll get to fixing them |
|
@Mr-KayZ I have re-written basically every word in the docs now, if you want to re-review it I am sure there are more typos to be found. |
|
Is this the documentation that is getting submitted to Discord for the application? |
|
I am not sure exactly what discord will be asking for, as I am still not allowed to apply. Discord is batching opening applications to developers so I will have to wait my turn to see what is asked for. The intention is to use this as documentation for what privileged intents are being used and why we need them, as I am confident that will be a question asked. |
No description provided.