Bot在Top.gg上投票时未发送DM

时间:2020-10-16 07:08:47

标签: python discord.py

我正在尝试找出解决问题的方法。它没有打印任何内容,也没有发送DM。

代码:

async def on_dbl_vote(self, ctx, data):
        print("Received an upvote:")
        await ctx.author.send(f"hey {ctx.author.name}, thanks for voting!")

1 个答案:

答案 0 :(得分:1)

要做到这一点,您应该执行 user.sendctx.author.send 只会将其发送给未指定的消息的作者