mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
they can be more than just string/num/bool (#1448)
This commit is contained in:
parent
ec5da9e6ad
commit
a0df2c5fa4
1 changed files with 2 additions and 2 deletions
|
|
@ -172,8 +172,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
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue