Isnubi / FeurBot

Discord bot developed in Python
MIT License
1 stars 0 forks source link

User status undetected #7

Open Isnubi opened 1 year ago

Isnubi commented 1 year ago

The user status isn't detected by the UserInfo cog of the bot. It always return "Offline" status.

Have to check the modification made in the v2 of discord.py library about members status. It can also may be an intent problem.

Isnubi commented 1 year ago

There is also the user.joined_at that isn't detected with the update of discord.py library

I will check all User class attribute and repair the cog in the next commit