mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
feat(formatters): add guild navigation mentions (#9436)
* feat(formatters): add guild navigation mentions * docs: dont force support article locale Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com> --------- Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
This commit is contained in:
@@ -590,3 +590,21 @@ export enum Faces {
|
||||
*/
|
||||
Unflip = '┬─┬ノ( º _ ºノ)',
|
||||
}
|
||||
|
||||
/**
|
||||
* All the available guild navigation mentions.
|
||||
*/
|
||||
export enum GuildNavigationMentions {
|
||||
/**
|
||||
* _Browse Channels_ tab.
|
||||
*/
|
||||
Browse = '<id:browse>',
|
||||
/**
|
||||
* _Customize_ tab with the server's {@link https://discord.com/developers/docs/resources/guild#guild-onboarding-object | onboarding prompts}.
|
||||
*/
|
||||
Customize = '<id:customize>',
|
||||
/**
|
||||
* {@link https://support.discord.com/hc/articles/13497665141655 | Server Guide} tab.
|
||||
*/
|
||||
Guide = '<id:guide>',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user