harmony
harmony copied to clipboard
An easy to use Discord API Library for Deno.
**What do you want to request?** A decorator to react to message component events, such as a button being pressed **Do you have any solutions?** I think right now the...
## About This adds regex prefixes to the CommandClient and adds one in /test/class.ts. It addresses #306. ## Status - [x] These changes have been tested against Discord API or...
We can now create NPM builds using dnt, so that Harmony can be used in Node.js as well.
**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 do you want to request?** I would like to use a regular expression in the prefix of a CommandClient **Do you have anything to tell us about your request?**...
Voice channels are going to support Messages just like Text Channels. So we need to support this in library.
**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...
# Harmony v3 Note: *every* sub module is supposed to have unit tests for *everything* that is *testable* on CI. ## `types` ### @Helloyunho, @DjDeveloperr - [x] Application - [x]...
**What's the bug?** Unlike `.handle`, autocomplete doesn't work on subcommands or at least not in the way it should. Handle method uses, pattern matching like `cmd subCmd` but autocomplete method...
**What's the bug?** When you reply to a message with an embed it won't reply unless the first argument passed is `undefined` **How do we reproduce it?** 1. Run the...