From 46fd7b093c3400f56f1ddce9746844cd029c9ff1 Mon Sep 17 00:00:00 2001 From: SpaceEEC Date: Thu, 10 Jan 2019 13:05:33 +0100 Subject: [PATCH] docs(Guild): use AuditLogAction for fetchAuditLogs' type option --- src/structures/Guild.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 85d3d5ea5..a0634e56a 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -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} * @example * // Output audit log entries