admin管理员组

文章数量:1312782

I've only gotten the first "moneybag" emoji to react to the newest message in the channel, which is the embed that the bot sends, however, I want the bot to react to the new embed with both the "money bag" and "ticket" emojis and so far it will react with the "money bag" emoji but, errors out when it tries to react with the "ticket" emoji. How do I get the bot to react to the new embed with both emojis?


    if (message.content === '-new') {

        const filter = (reaction, user) => {
            return ['

本文标签: javascriptDiscord JSHow to react multiple times to the same embedStack Overflow