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)
1.4m articles
1.4m replys
5 comments
57.0k users