Advertisement
martin4700

commands

May 19th, 2022
1,067
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.  
  3.  
  4. module.exports = {
  5.     name: 'ping',
  6.     description: "this is a ping command! 2.0",
  7.     execute(message, args){
  8.        
  9.         message.channel.send('pong!');
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement