小编ale*_*ues的帖子

discord.py bot 正在发送垃圾邮件,在 on_message 事件中

discord.py 存在问题。

@client.event
async def on_message(message):
    if message.author != message.author:
        return
    else:
        if message == "Buck" or "buck":
           await message.channel.send("Yes, he's the Chairman of Dallas!")

Run Code Online (Sandbox Code Playgroud)

它基本上无限重复“是的,他是达拉斯的主席”,这可能会使我因滥用 API 而被禁止,并可能使我未能通过委员会。

discord discord.py

1
推荐指数
1
解决办法
117
查看次数

标签 统计

discord ×1

discord.py ×1