calm.js 410 Bytes
module.exports = {
    name: 'calm',
    description: 'Actual help section',
    execute(message, args){
        message.channel.send("It's okay, I'm here to help! What would you like to do?\n\n;breathe : A gif to sync your breathing to!\n;cute : Some cute animal pictures to banish the bad feels!\n;checklist : I will guide you through an anxiety checklist\n;chat : If you just want a chat with me!");
    }
}