From 01e3da739a175e47f9c5710cc18eb16051553cee Mon Sep 17 00:00:00 2001 From: Travis CI Date: Mon, 1 May 2017 21:13:01 +0000 Subject: [PATCH] Webpack build for branch 11.1-dev: cdc355811ebbbc98077d69cf87d3904a00977c6d --- discord.11.1-dev.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.11.1-dev.js b/discord.11.1-dev.js index f0facc32..cf92bc3c 100644 --- a/discord.11.1-dev.js +++ b/discord.11.1-dev.js @@ -13150,7 +13150,7 @@ class GuildAuditLogsEntry { * @typedef {object} AuditLogChange * @property {string} key The property that was changed, e.g. `nick` for nickname changes * @property {string|boolean|number} [old] The old value of the change, e.g. for nicknames, the old nickname - * @property {string|boolean|number} new The new value of the change, e.g. for nicknames, the new nickname + * @property {string|boolean|number} [new] The new value of the change, e.g. for nicknames, the new nickname */ /**