fix: APIUser global_name description (#1586)

This commit is contained in:
Kshitij Anurag
2026-04-09 20:57:15 +05:30
committed by GitHub
parent 702e541bf0
commit d165766302
4 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ export interface APIUser {
*/
discriminator: string;
/**
* The user's display name, if it is set. For bots, this is the application name
* The user's display name, if it is set
*/
global_name: string | null;
/**

View File

@@ -22,7 +22,7 @@ export interface APIUser {
*/
discriminator: string;
/**
* The user's display name, if it is set. For bots, this is the application name
* The user's display name, if it is set
*/
global_name: string | null;
/**

View File

@@ -22,7 +22,7 @@ export interface APIUser {
*/
discriminator: string;
/**
* The user's display name, if it is set. For bots, this is the application name
* The user's display name, if it is set
*/
global_name: string | null;
/**

View File

@@ -22,7 +22,7 @@ export interface APIUser {
*/
discriminator: string;
/**
* The user's display name, if it is set. For bots, this is the application name
* The user's display name, if it is set
*/
global_name: string | null;
/**