help.js 238 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 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'); } }