mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
typings(Guild): document RELAY_ENABLED feature (#4788)
This commit is contained in:
@@ -171,6 +171,7 @@ class Guild extends Base {
|
|||||||
* * INVITE_SPLASH
|
* * INVITE_SPLASH
|
||||||
* * NEWS
|
* * NEWS
|
||||||
* * PARTNERED
|
* * PARTNERED
|
||||||
|
* * RELAY_ENABLED
|
||||||
* * VANITY_URL
|
* * VANITY_URL
|
||||||
* * VERIFIED
|
* * VERIFIED
|
||||||
* * VIP_REGIONS
|
* * VIP_REGIONS
|
||||||
|
|||||||
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -2621,6 +2621,7 @@ declare module 'discord.js' {
|
|||||||
| 'INVITE_SPLASH'
|
| 'INVITE_SPLASH'
|
||||||
| 'NEWS'
|
| 'NEWS'
|
||||||
| 'PARTNERED'
|
| 'PARTNERED'
|
||||||
|
| 'RELAY_ENABLED'
|
||||||
| 'VANITY_URL'
|
| 'VANITY_URL'
|
||||||
| 'VERIFIED'
|
| 'VERIFIED'
|
||||||
| 'VIP_REGIONS'
|
| 'VIP_REGIONS'
|
||||||
|
|||||||
Reference in New Issue
Block a user