Webpack build for branch master: a7c902c6cf

This commit is contained in:
Travis CI 2017-05-01 21:13:45 +00:00
parent 01e3da739a
commit 7fdae59149

View file

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