From 7fdae591490358919514f19eb020e4f371d92a6d Mon Sep 17 00:00:00 2001 From: Travis CI Date: Mon, 1 May 2017 21:13:45 +0000 Subject: [PATCH] Webpack build for branch master: a7c902c6cfbd0a583f40d983a9f0e5d20cfa6e5d --- discord.master.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.master.js b/discord.master.js index 7e7feb40..bfc2fc45 100644 --- a/discord.master.js +++ b/discord.master.js @@ -13211,7 +13211,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 */ /**