Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在制作一个不和谐机器人,其中一个功能是自动踢/禁止在服务器上达到一定违规次数的人。
我已经尝试过await Member(message.author).kick(),,await message.author.kick()等等,但似乎没有任何效果。有人可以帮忙吗?
await Member(message.author).kick()
await message.author.kick()
顺便说一句,我的机器人在我的测试服务器上确实有踢/禁止权限