PB_PhenixH

Game Bot - Command Sample

Feb 5th, 2021
106
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. name: 'steal',
  3. description: "",
  4. execute(message, args){
  5. message.channel.send('You stole 124 coins.');
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment