-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- disco.api.client: define a repr for Disco's APIClient object; - disco.bot.bot: define a repr for Disco's Bot object; - disco.bot.bot: log invalid plugin paths as errors instead of exceptions; - disco.gateway.client: define a repr for Disco's GatewayClient object; - disco.gateway.client: use the websocket's ping to calculate latency instead of running our own calculation; - disco.voice.client: use the websocket's ping to calculate latency instead of running our own calculation; - disco.voice.client: keep list of VoiceClient.experiments as sent from the gateway; - disco.voice.client: define a repr for Disco's VoiceClient object; - disco.voice.client: log invalid voice gateway packets as errors instead of exceptions; - disco.voice.packets: map `CLIENT_CONNECT` as OP 11 (not 18), `CLIENT_FLAGS` as OP 18; - disco.voice.udp: fix `UDPVoiceClient.connect()` IP stringification; - disco.client: define a repr for Disco's Client object; - disco.state: define a repr for Disco's State object; - disco.state: do not cache webhooks in `User` cache on `MessageCreate` events; - pyproject.toml: what could possibly go wrong?; - README.md: there's a meme in here somewhere?;
- Loading branch information
Showing
12 changed files
with
136 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
VERSION = '1.0.0' | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.