We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222137d commit 422a4ddCopy full SHA for 422a4dd
src/structures/Guild.js
@@ -171,6 +171,7 @@ class Guild extends Base {
171
* * INVITE_SPLASH
172
* * NEWS
173
* * PARTNERED
174
+ * * RELAY_ENABLED
175
* * VANITY_URL
176
* * VERIFIED
177
* * VIP_REGIONS
typings/index.d.ts
@@ -2621,6 +2621,7 @@ declare module 'discord.js' {
2621
| 'INVITE_SPLASH'
2622
| 'NEWS'
2623
| 'PARTNERED'
2624
+ | 'RELAY_ENABLED'
2625
| 'VANITY_URL'
2626
| 'VERIFIED'
2627
| 'VIP_REGIONS'
0 commit comments