如何从用户ID获取discord服务器成员的用户名

时间:2018-06-05 12:46:09

标签: python python-3.x discord discord.py

我一直在查看文档,我找到了get_members函数,但是当我使用这个函数并尝试获取名称或者昵称或昵称字段时,它会返回一个错误,说明该属性没有&# 39; t存在。这是我的代码:

embed = discord.Embed(title=ctx.message.server.get_member(row[0]).nickname,  color=embedColor)

这是错误:

'NoneType' object has no attribute 'nickname'

1 个答案:

答案 0 :(得分:0)

事实上,

row [0]不是字符串。我实际上寻找的属性是“名字。”