chore: release v2.8.5

This commit is contained in:
March 7th
2022-10-21 18:53:09 +07:00
parent ed4375fd9d
commit e348c8e308
5 changed files with 18 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ class SessionManager extends CachedManager {
.get()
.then(data => {
const allData = data.user_sessions;
this.cache.clear();
for (const session of allData) {
this._add(new Session(this.client, session), true, { id: session.id_hash });
}