const easycmdClient = require('discord-easy-commands');
const easycmds = new easycmdClient({ prefix: "!" });
// The first parameter is the triggerer and the second one the response
// you can use reserved words such as author.username, author.tag, author.mention, guild.name, etc.
easycmds.addcmd("test", "test");
// prints smth like '[LOG] Command test successfully added'
easycmds.start("token");
discord-easy-commands
1.0.0 • Public • PublishedPackage Sidebar
Install
npm i discord-easy-commands
Weekly Downloads
1
Version
1.0.0
License
ISC
Unpacked Size
3.21 kB
Total Files
5