如果交互(例如按钮点击)没有得到回复,discord 会在客户端显示 \xe2\x80\x9cinteraction failed\xe2\x80\x9d
\n他们希望你做什么:inter.reply(\xe2\x80\x98stuff\xe2\x80\x99)
我想做的事:inter.channel.send(\xe2\x80\x98stuff\xe2\x80\x99)
这不是一个错误,我只是想阻止 \xe2\x80\x9cinteraction failed\xe2\x80\x9d 显示,有办法做到这一点吗?
\n