Dorian M. Oszczęda

Results 21 issues of 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...

bug 🐛

**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...

bug 🐛

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...

enhancement

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)....

t-refactor
t-breaking
pkg-gateway
pkg-rest
w-verified
pkg-bot

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...

question