yuuko
yuuko copied to clipboard
🔰 No-frills Discord command framework for Eris
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Base this lib on Oceanic rather than Eris. Their APIs are *very* similar, and Oceanic is written in TS which means we'll have reasonable types much more quickly than before,...
Fixes #96. Constructors for `Command` and `EventListener` currently take an optional object argument for additional options. However, because these both have required function arguments that can have long bodies, it...
needs investigation, ts node might not work with `require.cache` the same way as node does. not sure how that will work exactly, hopefully it isn't literally impossible
Fixes #93
Argument types with options that influence how they're parsed. - [ ] Users - by mention - by `name#discrim` - by id - by just name? - Options: - Is...
The `Client` methods `addCommandDir`, `addCommandFile`, and `reloadCommands` were all deprecated in #29, when the `EventListener` class was added. These functions now serve only as aliases for `addDir`, `addFile`, and `reloadFiles`...
The `Client#setGlobalRequirements` method and the `ignoreGlobalRequirements` client option were both deprecated in #75, with the addition of the `globalCommandRequirements` client option. Uses of `Client#setGlobalRequirements` can be replaced with usage of...
The `Client#defaultPrefix` property was deprecated in https://github.com/eritbh/yuuko/commit/7a4c65dc0f0bff0cf601134678c2456eaced0c96 when it was replaced with `Client#prefix`. `defaultPrefix` is now a getter/setter pair that aliases directly to `prefix`, so it can be directly replaced...