framework
framework copied to clipboard
Discord bot framework built on top of discord.js for advanced and amazing bots.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/sapphiredev/framework). ## Config Migration Needed - [ ]...
Closes #494 Commit body ``` BREAKING CHANGE: renamed Args to MessageArgs // TODO ```
### Is there an existing issue or pull request for this? - [X] I have searched the existing issues and pull requests ### Feature description When we first wrote Sapphire...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description of the bug SapphireClient is missing intellisense for SapphireClient .on('EVENT-NAME') ### Steps...
### Is there an existing issue or pull request for this? - [X] I have searched the existing issues and pull requests ### Feature description A "problem" with overridable types....
**Is your feature request related to a problem? Please describe.** Currently the way to combine preconditions is using nested arrays such as: `[['AdminOnly', ['ModOnly', 'OwnerOnly']], 'InVoiceChannel'];`. This is extremely developer...
# DO NOT MERGE THIS TILL EXTENSIVE TESTING IS DONE. # DO NOT RUN THIS UNLESS YOU ARE AWARE THINGS MIGHT BREAK AND WE DO NOT GUARANTEE EVERYTHING WILL GET...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description of the bug When a command requires arguments to be provided but...
*Preface: this RFC (Request For Comments) is meant to gather feedback and opinions for the feature set and some implementation details for `@sapphire/framework`! While a lot of the things mentioned...