-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
refactor!: fully integrate /ws into mainlib #10420
Merged
Merged
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ddfe9a2 - Browse repository at this point
Copy the full SHA ddfe9a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e98ad02 - Browse repository at this point
Copy the full SHA e98ad02View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfa7405 - Browse repository at this point
Copy the full SHA cfa7405View commit details -
Configuration menu - View commit details
-
Copy full SHA for f194d23 - Browse repository at this point
Copy the full SHA f194d23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2db08ff - Browse repository at this point
Copy the full SHA 2db08ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for eeee683 - Browse repository at this point
Copy the full SHA eeee683View commit details -
Revert "refactor: remove deprecated ws error codes"
This reverts commit e28aee4.
Configuration menu - View commit details
-
Copy full SHA for b640cb6 - Browse repository at this point
Copy the full SHA b640cb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3cf807 - Browse repository at this point
Copy the full SHA f3cf807View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f595bf - Browse repository at this point
Copy the full SHA 0f595bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c19ecce - Browse repository at this point
Copy the full SHA c19ecceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e7f655 - Browse repository at this point
Copy the full SHA 2e7f655View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62d4f4a - Browse repository at this point
Copy the full SHA 62d4f4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91191e8 - Browse repository at this point
Copy the full SHA 91191e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef0b33b - Browse repository at this point
Copy the full SHA ef0b33bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b628e39 - Browse repository at this point
Copy the full SHA b628e39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94d2869 - Browse repository at this point
Copy the full SHA 94d2869View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99dccef - Browse repository at this point
Copy the full SHA 99dccefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92efcc3 - Browse repository at this point
Copy the full SHA 92efcc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef20fd9 - Browse repository at this point
Copy the full SHA ef20fd9View commit details -
BREAKING CHANGE: Client#ws is now a @discordjs/ws#WebSocketManager BREAKING CHANGE: WebSocketManager and WebSocketShard are now re-exports from @discordjs/ws BREAKING CHANGE: Removed the WebSocketShardEvents enum BREAKING CHANGE: Renamed the Client#ready event to Client#clientReady event to not confuse it with the gateway READYevent BREAKING CHANGE: Added Client#ping to replace the old WebSocketManager#ping BREAKING CHANGE: Removed the Shard#reconnecting event which wasn’t emitted anymore since 14.8.0 anyway BREAKING CHANGE: Removed ShardClientUtil#ids and ShardClientUtil#count in favor of Client#ws#getShardIds() and Client#ws#getShardCount() BREAKING CHANGE: ClientUser#setPresence() and ClientPresence#set() now return a Promise which resolves when the gateway call was sent successfully BREAKING CHANGE: Removed Guild#shard as WebSocketShards are now handled by @discordjs/ws BREAKING CHANGE: Removed the following deprecated Client events: raw, shardDisconnect, shardError, shardReady, shardReconnecting, shardResume in favor of events from @discordjs/ws#WebSocketManager BREAKING CHANGE: Removed ClientOptions#shards and ClientOptions#shardCount in favor of ClientOptions#ws#shardIds and ClientOptions#ws#shardCount
Configuration menu - View commit details
-
Copy full SHA for 105a8b8 - Browse repository at this point
Copy the full SHA 105a8b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37324f4 - Browse repository at this point
Copy the full SHA 37324f4View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.