discord.js-light-commando
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -71,3 +71,3 @@ { | ||
"types": "./typings/index.d.ts", | ||
"version": "1.0.0" | ||
"version": "1.0.1" | ||
} |
@@ -9,3 +9,3 @@ # Commando | ||
## About | ||
This is Commando modified to use [discord.js-light](https://github.com/discordjs/discord.js). | ||
This is Commando modified to use [discord.js-light](https://github.com/timotejroiko/discord.js-light). | ||
It is flexible, fully object-oriented, easy to use, and makes it trivial to create your own powerful commands. | ||
@@ -12,0 +12,0 @@ Additionally, it makes full use of ES2017's `async`/`await` functionality for clear, concise code that is simple to write and easy to comprehend and it also uses less memory usage than the original commando because it uses discord.js-light. A modified version of discord.js that reduces caching and overall memory usage, giving you more control over the caching! |
222732