-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
TODO: Breaking Changes in v10 #806
Comments
|
Edit: I was wrong about this the code seems already doing correctly (remove todo later) |
See https://discord.com/developers/docs/resources/channel#get-reactions |
double check the lists later: https://discord.com/developers/docs/resources/guild#guild-object-guild-features |
|
This BC will require you to change: $guild->stage_instances to: $channel->stage_instances Where |
This is due to the change to caching system and $guild->scriptData = $myData; to:
or if $myData is an associative array $myData['guild'] = $guild; where |
|
Since the deprecation of bulk endpoints for the BOT in the Permissions v2, the application command permissions "overwrite" structure is no longer relevant to be a repository, also the naming should be just "command Permissions", with "Permission" parts in it.
At the moment the repository only contains a single Permission part
I think this can be more to swapping the Repository->Part with Part->Repository, I'm not sure yet we'll see later
Since this is a breaking change, I'm noting this for v8 milestone.
EDIT:
pmChannels
options, seeGateway Ready no longer sends private channels #818Remove obsolete pmChannels #887The text was updated successfully, but these errors were encountered: