help.js 188 Bytes
module.exports = {
    name: 'help',
    description: 'Directs to ;calm',
    execute(message, args){
        message.channel.send('To see available commands, call me with ;calm');
    }
}