mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
api-docs: Update the description for identity_enabled to be clearer (#4266)
* Update the description for identity_enabled to be clearer * Update packages/bot/src/transformers/types.ts Co-authored-by: Link <lts20050703@gmail.com> --------- Co-authored-by: Link <lts20050703@gmail.com>
This commit is contained in:
@@ -1814,7 +1814,13 @@ export interface Nameplate {
|
||||
export interface UserPrimaryGuild {
|
||||
/** The id of the primary guild */
|
||||
identityGuildId?: bigint
|
||||
/** Whether the user is displaying the primary guild's server tag. This can be undefined if the system clears the identity, e.g. because the server no longer supports tags. */
|
||||
/**
|
||||
* Whether the user is displaying the primary guild's server tag.
|
||||
*
|
||||
* @remarks
|
||||
* This can be `undefined` if the system clears the identity, e.g. because the server no longer supports tags.
|
||||
* This will be `false` if the user manually removes their tag.
|
||||
*/
|
||||
identityEnabled?: boolean
|
||||
/** The text of the user's server tag. Limited to 4 characters */
|
||||
tag?: string
|
||||
|
||||
Reference in New Issue
Block a user