mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
they can be more than just string/num/bool (#1448)
This commit is contained in:
@@ -172,8 +172,8 @@ class GuildAuditLogsEntry {
|
|||||||
* An entry in the audit log representing a specific change
|
* An entry in the audit log representing a specific change
|
||||||
* @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 {*} [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 {*} [new] The new value of the change, e.g. for nicknames, the new nickname
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user