Webpack build for branch 11.1-dev: cdc355811e

This commit is contained in:
Travis CI 2017-05-01 21:13:01 +00:00
parent 768333c9a9
commit 01e3da739a

View file

@ -13150,7 +13150,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
*/
/**