Skip to content

Creating Commands

etcroot edited this page Mar 9, 2020 · 6 revisions

Kitsune

Basic Command Template

// The command "name" or how you call the command is named with the command file, like "ping.js" will be k!ping
exports.run = (client, message, args) => {
   // Command Content Here
}
Clone this wiki locally