Answer the question
In order to leave comments, you need to log in
Problems with getting a list of server members, how to fix it?
Here is the code, the command outputs only one user. Please help.
@client.command()
async def members(ctx):
while True:
for guild in client.guilds:
for member in guild.members:
await ctx.send(member)
break
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question