gpt4 book ai didi

python - 从用户id获取用户名|不和谐.py

转载 作者:行者123 更新时间:2023-12-01 01:22:34 25 4
gpt4 key购买 nike

好吧,我已经在不和谐的数据库中工作了一段时间,以便获取队列中用户 ID 的主要列表,尽管我在从用户 ID 获取用户时遇到问题,因为它不返回任何内容

例如

<小时/>
members = list(privateduos[matchid])
user = discord.User(id=int(members[0]))
await client.say("Say `test` " + str(user))
await client.wait_for_message(content="test", author=user)

这是输出

Output:

client.wait_for_message似乎也没有在代码中检测到消息作者,有什么解决方案吗?

最佳答案

自上次迁移以来,client.get_user_info 方法已被弃用,您应该使用 Client.fetch_user() 代替

有关详细信息,请参阅此链接:https://discordpy.readthedocs.io/en/latest/migrating.html

关于python - 从用户id获取用户名|不和谐.py,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53672754/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com