cordlr-cli icon indicating copy to clipboard operation
cordlr-cli copied to clipboard

Discord Bot Framework written with Discord.js

Results 13 cordlr-cli issues
Sort by recently updated
recently updated
newest added

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.8.4 to 3.14.0. Changelog Sourced from js-yaml's changelog. [3.14.0] - 2020-05-22 Changed Support safe/loadAll(input, options) variant of call. CI: drop outdated nodejs versions. Dev deps bump. Fixed...

dependencies

Bumps [debug](https://github.com/visionmedia/debug) from 2.6.8 to 2.6.9. Release notes Sourced from debug's releases. 2.6.9 Patches Remove ReDoS regexp in %o formatter: #504 Credits Huge thanks to @zhuangya for their help! Changelog...

dependencies

Bumps [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid) from 2.16.0 to 2.20.0. Commits 60111f4 2.20.0 8c11f77 Merge pull request #175 from LinusU/meta b6d9b3f Cleanup package metadata dcea5be 2.19.0 1712811 Merge pull request #171 from mafintosh/ts-nullable fad4c91...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.15. Commits ddfd9b1 Bump to v4.17.15. b185fce Rebuild lodash and docs. be87d30 Bump to v4.17.14. a6fe6b1 Rebuild lodash and docs. e371828 Bump to v4.17.13. 357e899...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 4.1.1 to 4.18.2. Release notes Sourced from eslint's releases. v4.18.2 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" (#10022) (Mathieu Seiler) 3c697de Chore: fix incorrect comment about...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.3. Commits 6457d74 1.2.3 38a4d1c even more aggressive checks for protocol pollution 13c01a5 more failing proto pollution tests f34df07 1.2.2 67d3722 cleanup 63e7ed0 don't assign...

dependencies

We picked the wrong approach when it comes to the bot connection. The bot should listen to nothing at first and do nothing on startup. For each connected server it...

02 - Loader
11 - Refactor
20 - Advanced

Should include: * [ ] Hero with Logo, Title and Example Code * [ ] Textblock (What is Cordlr?) * [ ] Code Example (Bot) * [ ] Code Example...

04 - Documentation
10 - Improvement
22 - GH Pages

We should make sure that the bot is always using the discord.js instance of Cordlr. This could bring issues with newer Discord.js versions and compatibility issues but this is a...

02 - Loader
11 - Refactor

THIS IS NOT A CODE ISSUE Right now all Cordlr plugins need the `cordlr-` prefix which doesn't make that much sense (especially when you want to use your own namespace...

13 - Discussion