#how to get profile status?
1 messages · Page 1 of 1 (latest)
user.activities
Did you activate the Intents?
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
its unfortunately not
event.ctx.user()