Skip to content

Commit

Permalink
fix: global_name in User Interface
Browse files Browse the repository at this point in the history
  • Loading branch information
DanericNetwork committed Jan 5, 2024
1 parent 810e252 commit 3fcbd4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ declare namespace OAuth {
export interface User {
id: string;
username: string;
global_name: string;
discriminator: string;
avatar: string | null | undefined;
mfa_enabled?: boolean;
Expand Down

0 comments on commit 3fcbd4b

Please sign in to comment.