Skip to content

Commit

Permalink
New is also optional
Browse files Browse the repository at this point in the history
  • Loading branch information
amishshah authored and Ratismal committed Jul 5, 2017
1 parent eb88c35 commit a30efa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/GuildAuditLogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,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
*/

/**
Expand Down

0 comments on commit a30efa4

Please sign in to comment.