mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2025-02-01 07:29:42 +11:00
Update schoolClassroom.ts
This commit is contained in:
parent
40292e5220
commit
abd4b3dcc0
@ -23,7 +23,7 @@ export class bonkCount extends Database {
|
||||
return this;
|
||||
}
|
||||
getUser(userid: string){
|
||||
return this._content[userid] || 0;
|
||||
return this._content[userid] as number || 0;
|
||||
}
|
||||
}
|
||||
export class userLevels extends Database {
|
||||
|
Loading…
x
Reference in New Issue
Block a user