From 8817153db5ebd56ff943223f07df5b06d86d4bb7 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sun, 21 May 2017 19:28:55 +0000 Subject: [PATCH] Webpack build for branch 11.1-dev: bb2a35a84942a81512d0664e8b4cc840239fc8f7 --- discord.11.1-dev.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord.11.1-dev.js b/discord.11.1-dev.js index 07ee2075..ada880ca 100644 --- a/discord.11.1-dev.js +++ b/discord.11.1-dev.js @@ -13169,8 +13169,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 */ /**