You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When FrenBot is started and there are active members in the Discord voice channel, the bot thinks the member count is zero. This has the effect of reducing the amount of perceived members in chat. For instance: if two members are in voice, you start FrenBot, then another joins, FrenBot will report one member in the Discord voice channel when it should think there are three.
Notes
This seems to be a bug in Discord's API regarding how it caches the channel members. A fix for this would probably involve finding a more direct way to see the member count metadata whenever a join/leave events happens. Here is where the member count code is located.
The text was updated successfully, but these errors were encountered:
What
When FrenBot is started and there are active members in the Discord voice channel, the bot thinks the member count is zero. This has the effect of reducing the amount of perceived members in chat. For instance: if two members are in voice, you start FrenBot, then another joins, FrenBot will report one member in the Discord voice channel when it should think there are three.
Notes
This seems to be a bug in Discord's API regarding how it caches the channel members. A fix for this would probably involve finding a more direct way to see the member count metadata whenever a join/leave events happens. Here is where the member count code is located.
The text was updated successfully, but these errors were encountered: