I got the mistake

后端 未结 0 1899
面向向阳花
面向向阳花 2020-12-17 04:06

const addReactions = (message, reactions) => {
    message.react(reactions[0])
    reactions.shift()
    if(reactions.length > 0) {
        setTimeout(() =>         


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