Advertisement
HottylewrSlip

Mensagem

Feb 18th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. client.on('message', async msg => {
  2. const args = msg.content.slice(config.prefix.length).trim().split(/ +/g);
  3. const command = args.shift().toLowerCase();
  4.  
  5. if(command === "olá") {
  6. msg.reply("Olá, Tudo bem?")
  7. } else if(command === "tchau") {
  8. msg.reply("Tchau.")
  9. }
  10. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement