File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed
packages/discord.js/src/structures Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change @@ -87,42 +87,6 @@ class BaseInteraction extends Base {
87
87
? new PermissionsBitField ( data . member . permissions ) . freeze ( )
88
88
: null ;
89
89
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
-
126
90
/**
127
91
* The locale of the user who invoked this interaction
128
92
* @type {Locale }
You can’t perform that action at this time.
0 commit comments