获取服务器 discord.py 中的所有成员名称

时间:2021-03-31 21:25:31

标签: python discord discord.py bots

所以我试过这段代码,但我不明白为什么它不起作用。 它只发送我的机器人名称,而不是发送我服务器中的所有用户

@bot.event
async def on_message(message) :    
 if message.content.startswith('?users'):
    guild = bot.get_guild(server id there)
    print(", ".join([member.name for member in message.guild.members]))

0 个答案:

没有答案