serenity icon indicating copy to clipboard operation
serenity copied to clipboard

more helpful message/documentation on GuildId#members about these intents?

Open KisaragiEffective opened this issue 3 years ago • 1 comments

When I run below code, it is always Err.

                let x = guild.id().members(&ctx.http, None, None).await;
                println!("{:?}", x);

I noticed that there's Server member's intent. After I turned on that, it yields Ok. So maybe add note on both message and documentation about intents?

KisaragiEffective avatar Jan 19 '22 18:01 KisaragiEffective

Can't reproduce with gateway intents GatewayIntents::empty() and code dbg!(GuildId(703332075914264606).members(&ctx, None, None).await); (this code executes fine)

What serenity version are you running?

kangalio avatar Sep 17 '22 07:09 kangalio