mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
they can be more than just string/num/bool (#1448)
This commit is contained in:
parent
8e80b6660c
commit
bb2a35a849
1 changed files with 2 additions and 2 deletions
|
|
@ -171,8 +171,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