Node.js(JS)split('');

时间:2019-07-24 08:39:50

标签: javascript bots discord

bot只是just일어나지않았다

client.on('message', msg => {    
    if (msg.content.startsWith("지직 도움")) {
        m = msg.content.split(' ');
        if (m[0] == '기능'){
            msg.author.send(fc);
        }
        if (m[0] == '재미'){
            msg.author.send('아직 추가되지 않았습니다.');
        }
        if (m[0] == '어드민'){
            msg.author.send(admin);
        }
        else{
            msg.channel.send('아무일도 일어나지 않았다')
        }
    }
  })

没有错误,但是这个不和谐的机器人有这么小的问题

0 个答案:

没有答案