cactus-irc/commands/help.js

7 lines
300 B
JavaScript

module.exports = {
name: 'help',
description: 'Get information about this bot.',
execute(event, args, bot) {
bot.say(event.target, 'Hi, I\'m Cactus, you can live the life of a cactus and grow to become the tallest! My maintainer is forero, my prefix is \'=\' and my commands are: ')
},
};