Advertisement
Soalx

GitHub JavaScript Bot Ping Command

Feb 22nd, 2020
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. module.exports = {
  2. id: 'beep',
  3. aliases: ['bop'],
  4. desc: 'Makes a little robot sound.',
  5. exec: (call) => {
  6. call.message.channel.send('Booooop!');
  7. }
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement