mirror of
https://github.com/danbulant/discord.js
synced 2026-06-24 17:21:59 +00:00
Webpack build for branch 11.1-dev: bb2a35a849
This commit is contained in:
parent
7f1512576e
commit
8817153db5
1 changed files with 2 additions and 2 deletions
|
|
@ -13169,8 +13169,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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue