mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
typings(Guild): document RELAY_ENABLED feature (#4788)
This commit is contained in:
parent
222137dcd1
commit
422a4dda68
2 changed files with 2 additions and 0 deletions
|
|
@ -171,6 +171,7 @@ class Guild extends Base {
|
|||
* * INVITE_SPLASH
|
||||
* * NEWS
|
||||
* * PARTNERED
|
||||
* * RELAY_ENABLED
|
||||
* * VANITY_URL
|
||||
* * VERIFIED
|
||||
* * VIP_REGIONS
|
||||
|
|
|
|||
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
|
|
@ -2621,6 +2621,7 @@ declare module 'discord.js' {
|
|||
| 'INVITE_SPLASH'
|
||||
| 'NEWS'
|
||||
| 'PARTNERED'
|
||||
| 'RELAY_ENABLED'
|
||||
| 'VANITY_URL'
|
||||
| 'VERIFIED'
|
||||
| 'VIP_REGIONS'
|
||||
|
|
|
|||
Loading…
Reference in a new issue