我正在尝试找出解决问题的方法。它没有打印任何内容,也没有发送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!")
答案 0 :(得分:1)
要做到这一点,您应该执行 user.send
而 ctx.author.send
只会将其发送给未指定的消息的作者