Here's the code:
@bot.command() async def test(ctx): for member in ctx.message.guild.members: print(member.name)
Results: Discord Bot
How can I make it print every member in the guild, including the Bot?
(my version is 3.7.3)
2.1m questions
2.1m answers
60 comments
57.0k users