Remove intents.default and make intents a required parameter #40
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "required-intents"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
This PR removes the concept of default intents, as of Discord API v8 it is required. This should make any developers unaware of intents have to learn them, allowing further optimized code and less confusion as to (for example)
discord.Guild.members
being empty for a first time user. I have updated all the examples in the examples folder of the repo, although there may be some more in the docs unchanged.Checklist