#how to get profile status?

1 messages · Page 1 of 1 (latest)

fluid sluiceBOT
#

Hey! Once your issue is solved, press the button below to close this thread!

ocean crow
#

user.activities

main vine
#

Did you activate the Intents?

main vine
#

this too?

#

in the development portal

main vine
#

code?

#

can you print the type of member?

#
await ctx.send(type(member))
#

strange

#

did you try other users?

#

no idea

#
@interactions.listen()
async def on_message_create(event):
    activities = event.message.author.activities
    print(activities)

Can you try this out?

#

just write any message.

#

maybe its an issue with Prefix Extension

#

Should look like this:
[Activity(name='Custom Status', type=4, url=None, created_at=Timestamp(2023, 7, 26, 15, 47, 35, 951000, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200), 'Mitteleuropäische Sommerzeit')))]

#

latest

#

@white summit can you try to set status after starting your bot?

#

After restarting I get empty list, too

#

own

#

perfect

#

np

upper summit
#

its unfortunately not

ocean crow
#

event.ctx.user()