Bots 如何在等待反应中使用两个以上的自定义表情符号?

Bots 如何在等待反应中使用两个以上的自定义表情符号?,bots,discord,discord.js,Bots,Discord,Discord.js,到目前为止,我有这个代码,但它只针对两个反应,我想知道是否有人可以帮助我做两个以上的反应?一个自定义表情符号最好我会非常感谢的帮助 const customEmoji=client.emojis.cache.get('707879839943753758'); message.react(customEmoji)。然后(()=>message.react(“您可以在中使用:nameofemoji:idofemoji 如果自定义表情符号 const emo0=(':nameofemoji:idof

到目前为止,我有这个代码,但它只针对两个反应,我想知道是否有人可以帮助我做两个以上的反应?一个自定义表情符号最好我会非常感谢的帮助

const customEmoji=client.emojis.cache.get('707879839943753758');
message.react(customEmoji)。然后(()=>message.react(“您可以在中使用:nameofemoji:idofemoji

如果
自定义表情符号

const emo0=(':nameofemoji:idofemoji')
常量emo1=(':nameofemoji:idofemoji')
message.react(`${emo0}`)

.then(()=>message.react('你的确切意思是什么?你能不能继续做
。然后(()=>message.react(emoji))
?然后在
等待反应中添加更多if语句。然后