Skip to content

Commit f1f2683

Browse files
docs: remove unused Locale typedef (#10191)
docs: remove unused typedef Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 26af386 commit f1f2683

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

packages/discord.js/src/structures/BaseInteraction.js

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -87,42 +87,6 @@ class BaseInteraction extends Base {
8787
? new PermissionsBitField(data.member.permissions).freeze()
8888
: null;
8989

90-
/**
91-
* A Discord locale string, possible values are:
92-
* * en-US (English, US)
93-
* * en-GB (English, UK)
94-
* * bg (Bulgarian)
95-
* * zh-CN (Chinese, China)
96-
* * zh-TW (Chinese, Taiwan)
97-
* * hr (Croatian)
98-
* * cs (Czech)
99-
* * da (Danish)
100-
* * nl (Dutch)
101-
* * fi (Finnish)
102-
* * fr (French)
103-
* * de (German)
104-
* * el (Greek)
105-
* * hi (Hindi)
106-
* * hu (Hungarian)
107-
* * it (Italian)
108-
* * ja (Japanese)
109-
* * ko (Korean)
110-
* * lt (Lithuanian)
111-
* * no (Norwegian)
112-
* * pl (Polish)
113-
* * pt-BR (Portuguese, Brazilian)
114-
* * ro (Romanian, Romania)
115-
* * ru (Russian)
116-
* * es-ES (Spanish)
117-
* * sv-SE (Swedish)
118-
* * th (Thai)
119-
* * tr (Turkish)
120-
* * uk (Ukrainian)
121-
* * vi (Vietnamese)
122-
* @see {@link https://discord.com/developers/docs/reference#locales}
123-
* @typedef {string} Locale
124-
*/
125-
12690
/**
12791
* The locale of the user who invoked this interaction
12892
* @type {Locale}

0 commit comments

Comments
 (0)