mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
docs(Guild): use AuditLogAction for fetchAuditLogs' type option
This commit is contained in:
parent
17ca83663f
commit
46fd7b093c
1 changed files with 1 additions and 1 deletions
|
|
@ -577,7 +577,7 @@ class Guild {
|
|||
* @param {Snowflake|GuildAuditLogsEntry} [options.after] Limit to entries from after specified entry
|
||||
* @param {number} [options.limit] Limit number of entries
|
||||
* @param {UserResolvable} [options.user] Only show entries involving this user
|
||||
* @param {string|number} [options.type] Only show entries involving this action type
|
||||
* @param {AuditLogAction} [options.type] Only show entries involving this action type
|
||||
* @returns {Promise<GuildAuditLogs>}
|
||||
* @example
|
||||
* // Output audit log entries
|
||||
|
|
|
|||
Loading…
Reference in a new issue