From 3ac13f5363495302df6959a1289502b07e73543f Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sun, 24 Sep 2017 15:25:52 +0000 Subject: [PATCH] Webpack build for branch master: 26c978c4654624af5090dc4637c8dc979fbb6c90 --- discord.master.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/discord.master.js b/discord.master.js index 7bd841e3..f0f31495 100644 --- a/discord.master.js +++ b/discord.master.js @@ -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;