mirror of
https://github.com/danbulant/discord.js
synced 2026-06-04 23:31:04 +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
|
* * 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'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue