help.js 238 Bytes
const Discord = require('discord.js');

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