如何检查是否有人投票给Discord bot discord.py

时间:2020-10-21 15:32:22

标签: python discord.py

我想添加一件事,人们可以通过使用我的机器人获得金币。我尝试搜索答案,但现在可以找到任何答案。有没有办法使用@ client.event做到这一点?

1 个答案:

答案 0 :(得分:1)

以下是文档的链接:https://dblpy.readthedocs.io/en/latest/api.html#event-reference

您将不得不在机器人(最好是齿轮)中使用事件。