say message Only send me the first word of a phrase, JavaScript - Discord.js

前端 未结 0 713
旧巷少年郎
旧巷少年郎 2021-01-24 11:18

This is the code:

 const args = msg.content.trim().split(/ +/);
  const cmd = args.shift().toLowerCase();

 if(cmd === \'dm\') {
(await client.users.fetch(args[0]         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题