Discord.py 当我拥有某人的 ID 时,我将如何检索服务器中某人的 NICKNAME?

时间:2021-02-01 13:38:33

标签: python discord discord.py

当我拥有某人的 ID 时,我如何在服务器中检索某人的 NICKNAME? 很直接的问题。

提前致谢!

1 个答案:

答案 0 :(得分:0)

discord.py 上有相当强大的文档,这是我认为您想要的特定部分的链接。

https://discordpy.readthedocs.io/en/latest/api.html#discord.Client.user

https://discordpy.readthedocs.io/en/latest/api.html#discord.User.display_name

在你真正开始编码之前,我会通读它,并且在你遇到困难时总是参考它。我实际上不会向您提供代码,因为我觉得无论如何都有必要研究文档。