Discord.js bot can't kick members

前端 未结 0 960
有刺的猬
有刺的猬 2020-12-11 12:26

Here is the code:

    if (message.author.bot) return;
    if (message.content.startsWith(PREFIX)) {
        const [CMD_NAME, ...args] = message.content
               


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