Dorian M. Oszczęda
Dorian M. Oszczęda
**What's the bug?** The bot will leave the voice channels it is currently in at regular intervals of around every hour since it has been started. **How do we reproduce...
**What's the bug?** Regardless of the value of the `ephemeral` property, a response of `type` `'DEFERRED_CHANNEL_MESSAGE'` **will** be shown to everybody. **How do we reproduce it?** 1. Create a response...
I really appreciate the cleanliness of this package's source code, however, I have also noticed that it isn't using a lint ruleset the likes of `lints` to ensure consistency in...
This PR seeks to improve the interface of the `createBot()` function by doing the following: - `options.events` is now optional (previously the user had to pass in an empty object)....
There is no example given of this packet being used.
Due to the nature of data being transmitted, message packets with a binary payload need different handling (identifying, encoding, decoding). This is already being done, but the specification attempts to...