Webpack build for branch 11.1-dev: bb2a35a849

This commit is contained in:
Travis CI 2017-05-21 19:28:55 +00:00
parent 7f1512576e
commit 8817153db5

View file

@ -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
*/
/**