breathe.js (203B)
1 2 3 4 5 6
const Discord = require('discord.js'); // Panic attack command exports.run = (client, message, args) => { message.channel.send({ files: [`${process.cwd()}/lib/drug-o-matic/assets/breathe.gif`] }); };