mirror of
https://github.com/danbulant/discord.js
synced 2026-06-06 16:22:08 +00:00
New is also optional
This commit is contained in:
parent
ce8dc85f78
commit
cdc355811e
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ class GuildAuditLogsEntry {
|
||||||
* @typedef {object} AuditLogChange
|
* @typedef {object} AuditLogChange
|
||||||
* @property {string} key The property that was changed, e.g. `nick` for nickname changes
|
* @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} [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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue