mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 22:51:32 +00:00
Webpack build for branch master: 26c978c465
This commit is contained in:
parent
d076a20237
commit
3ac13f5363
1 changed files with 8 additions and 1 deletions
|
|
@ -17677,9 +17677,16 @@ class PermissionOverwrites {
|
|||
*/
|
||||
this.id = data.id;
|
||||
|
||||
/**
|
||||
* The type of a permission overwrite. It can be one of:
|
||||
* * member
|
||||
* * role
|
||||
* @typedef {string} OverwriteType
|
||||
*/
|
||||
|
||||
/**
|
||||
* The type of this overwrite
|
||||
* @type {string}
|
||||
* @type {OverwriteType}
|
||||
*/
|
||||
this.type = data.type;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue