1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 12:30:58 -04:00

Update schoolClassroom.ts

This commit is contained in:
AnxietyisReal 2023-02-13 16:32:34 +11:00
parent 3cbb817b43
commit 7bb452233e

View File

@ -23,7 +23,7 @@ export class bonkCount extends Database {
return this; return this;
} }
getUser(userid: string){ getUser(userid: string){
return this._content[userid] || 0; return this._content[userid] as number || 0;
} }
} }
export class userLevels extends Database { export class userLevels extends Database {