about summary refs log tree commit diff stats
path: root/discord/intents.py
Commit message (Expand)AuthorAgeFilesLines
* docs: Document most of everything so farNoah2022-07-091-1/+39
* fix(intents): Fix `Intents` to use addition and not bit-shiftingNoah2022-07-091-23/+33
* fix(gateway): Access the enum value rather than calling itNoah2022-07-081-1/+1
* feat(gateway): Add intents classNoah2022-07-081-0/+52