pinano-discord / Pinano-Discord-Bot

A Discord bot for the Pinano guild
MIT License
9 stars 11 forks source link

user leaving guild while practising accumulates time in ghost session #36

Closed pianiststickman closed 5 years ago

pianiststickman commented 5 years ago

Repro: create user, join channel unmuted, leave server without disconnecting from the channel. The API will continue to report the channel as being occupied by the user, causing the liveness code to continually accumulate time for the user, which will eventually show up on the leaderboard.

Workaround is to restart the bot which clears the live session.

pianiststickman commented 5 years ago

This is mostly fixed in #50 and completely solved by upgrading to the latest version of discord.js.