yuuko icon indicating copy to clipboard operation
yuuko copied to clipboard

🔰 No-frills Discord command framework for Eris

Results 18 yuuko issues
Sort by recently updated
recently updated
newest added

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

dependencies

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

changes: api
version: major
changes: docs
changes: meta

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

changes: api
blocked
version: minor
quality
blocked upstream

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

enhancement

Argument types with options that influence how they're parsed. - [ ] Users - by mention - by `name#discrim` - by id - by just name? - Options: - Is...

enhancement
changes: api
version: minor

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

deprecation

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

deprecation

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

deprecation