Discord.Py 有反应时发送消息
Discord.Py send message on reaction
因为 on_reaction_add()
只需要两个参数,分别是“reaction
”和“user
” 如果我不能传入 [=14] 我该如何发送消息=]?
找到了!
channel = reaction.message.channel
await channel.send("text")
因为 on_reaction_add()
只需要两个参数,分别是“reaction
”和“user
” 如果我不能传入 [=14] 我该如何发送消息=]?
找到了!
channel = reaction.message.channel
await channel.send("text")