-
Notifications
You must be signed in to change notification settings - Fork 418
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
feat/refactor(Channels): Restructure channel classes, text in stage support #1485
Conversation
Heck. I'll resolve these voice things for now and do a find all and replace at some point |
Status update: Typings are done updating channel classes up to VoiceChannel |
Typings are now in a usable state and am happy for them to be reviewed only for any corrections needing to be made. I'm still working on a couple of details (e.g. implementing) and inconsistencies so please refrain from doing reviews on them until I'm finished with it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typings should be finalised apart from ordering alphabetically
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opinions for the change made in Permission/PermissionOverwrite?
Okay well I waited long enough for any reviews and none were made, so I'm just going to push ahead with this merge. |
TODO:
BREAKING CHANGES:
Channel structure is now:
With this change, only methods/properties relevant to the class/structure will be present. All others have been removed without deprecation
Features
gdm.join
scope)Fixes
Deprecations
(note this is probably out of date)