所以我想做一个有一些调节能力的不和谐机器人,我想让我的机器人执行MEE6的!warn
命令,但它从来没有工作过。它总是只写命令,但我永远不能执行它。
我的脚本:
if ("something") in content:
await message.channel.send(f"{message.author.mention}**you cant do that!**")
x = 1
await message.channel.send(f"!warn {message.author.mention} you cant do that").format(message)
发布于 2020-12-15 04:46:33
这行不通的。Mee6和每一个写得很好的机器人都会响应其他机器人。要做到这一点,唯一的方法是使用一个自我机器人,它是针对discord的ToS的
https://stackoverflow.com/questions/65293715
复制相似问题