UNPKG

makehandler

Version:

A Great NPM Official Module For Making Handlers Easily

7 lines (6 loc) 122 B
module.exports = { code: "hello", async run (client, message, args) { message.reply('Hello You Too!') } }