Skip to content

Commit

Permalink
docs(Guild): use AuditLogAction for fetchAuditLogs' type option
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceEEC committed Jan 10, 2019
1 parent 17ca836 commit 46fd7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/Guild.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46fd7b0

Please sign in to comment.