qeled / discordie

Predictable JavaScript abstractions for Discord API.
https://qeled.github.io/discordie/
BSD 2-Clause "Simplified" License
190 stars 45 forks source link

User cache doesn't clear #50

Closed ttftw closed 7 years ago

ttftw commented 8 years ago

image

I recently had my bot leave all servers...and the user count did drop, but stayed pretty high.

I thought it might need some time to gc or clear...so I left it overnight. It seems the user cache didn't clear. I've added my bot back to 2 servers, but the user count should be < 50.

Ryu945 commented 8 years ago

Direct messages add to the user count. Have your bot close all open direct messages and you should see the user count drop.

ttftw commented 7 years ago

Closing because I guess no one reads or responds to issues... lol.