Skip to content

Can user status's be checked? #134

Answered by dolfies
trippy22 asked this question in Help
Nov 26, 2021 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

If you want to get the member/presence of up to 100 specific members, you can do this:

import discord

client = discord.Client(guild_subscription_options=GuildSubscriptionOptions.off())

guild = client.get_guild(123)

members = await guild.query_members(user_ids=[1,2,3], presences=True)

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@trippy22
Comment options

@dolfies
Comment options

@trippy22
Comment options

@dolfies
Comment options

Answer selected by dolfies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants