From 7f1512576e86ad3f22fea4a80c96935d2d794e6c Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sun, 21 May 2017 19:28:43 +0000 Subject: [PATCH] Webpack build for branch master: a0df2c5fa41ecd7f696a0246cf8d8fca798347f3 --- discord.master.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord.master.js b/discord.master.js index 4d65d678..5c0f47da 100644 --- a/discord.master.js +++ b/discord.master.js @@ -12692,8 +12692,8 @@ class GuildAuditLogsEntry { * An entry in the audit log representing a specific change * @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 {*} [old] The old value of the change, e.g. for nicknames, the old nickname + * @property {*} [new] The new value of the change, e.g. for nicknames, the new nickname */ /**