Example: If statement discord js .on('message', message => { if (message.content === '!ping') { message.channel.send('Pong.'); } else if ...
確定! 回上一頁