Skip to content

Commit

Permalink
feat(formatters): add guild navigation mentions (#9436)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
almeidx and Jiralite authored Aug 25, 2023
1 parent 0d787e9 commit 566d5e2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages/formatters/src/formatters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>',
}

0 comments on commit 566d5e2

Please sign in to comment.