-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overall Consistency Fixes & Minor Feature Additions #1379
Conversation
optional invitable add createTimestamp
+ DISCOVERABLE_DISABLED + MORE_EMOJIS + NEW_THREAD_PERMISSIONS + PREVIOUSLY_DISCOVERABLE + THREADS_ENABLED
* targetApplicationID -> targetApplication * ts for targetType & targetUser
- `nsfw` is not present on stage channels or threads - `userLimit` is not present on stage channels - `videoQualityMode` is not present on stage channels
842333f
to
943947b
Compare
I'm looking further into thread channels, and we're reporting them as having a few properties they don't have. I don't know if we're just okay with that, or if we want to do something about it. The only properties shared between all channels is |
If it's incorrect, it should be fixed. |
Store channels don't really exist anymore, so I'm mostly just dancing around store channels right now |
What we use right now still works, but it's now outdated. https://discord.com/developers/docs/resources/user#create-dm
This is nowhere near done, I'm planning on combing through most classes & interfaces and fixing up things as I go - I'm just creating the pr now to open discussions