Webpack build for branch master: a0df2c5fa4

This commit is contained in:
Travis CI 2017-05-21 19:28:43 +00:00
parent 9b2f2347da
commit 7f1512576e

View file

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