Creating Bot Commands

it's pretty easy!

With Discord.Short you can easily create bot commands, first we should set a prefix:

ds.setPrefix('!'); // our example prefix is "!"

Last updated