fixing strict TS stuff

This commit is contained in:
MathMan05
2024-08-20 09:21:24 -05:00
parent 0102ddbeb4
commit a969887ddb
14 changed files with 571 additions and 411 deletions

View File

@@ -20,7 +20,7 @@ class User{
bot:boolean;
public_flags: number;
accent_color: number;
banner: string;
banner: string|null|undefined;
hypotheticalbanner:boolean;
premium_since: string;
premium_type: number;