From 6a98c3a6332d1596ab70803d9e8d1da1f21f5405 Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Thu, 26 Jan 2023 14:14:57 +0700 Subject: [PATCH] fix: eslint --- src/util/Constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/Constants.js b/src/util/Constants.js index fb50bb6..de52237 100644 --- a/src/util/Constants.js +++ b/src/util/Constants.js @@ -1498,7 +1498,7 @@ exports.ApplicationCommandPermissionTypes = createEnum([null, 'ROLE', 'USER']); * * BOOLEAN_EQUAL * * BOOLEAN_NOT_EQUAL * @typedef {string} ApplicationRoleConnectionMetadataType - * @see{@link https://discord.com/developers/docs/resources/application-role-connection-metadata#application-role-connection-metadata-object-application-role-connection-metadata-type} + * @see {@link https://discord.com/developers/docs/resources/application-role-connection-metadata#application-role-connection-metadata-object-application-role-connection-metadata-type} */ exports.ApplicationRoleConnectionMetadataTypes = createEnum( null, @@ -1809,7 +1809,7 @@ function createEnum(keys) { * The type of an {@link ApplicationCommandPermissions} object. * @property {Object} ApplicationCommandTypes * The type of an {@link ApplicationCommand} object. - * @property {Object{ApplicationRoleConnectionMetadataType, number}} ApplicationRoleConnectionMetadataTypes + * @property {Object} ApplicationRoleConnectionMetadataTypes * @property {Object} AutoModerationRuleTriggerTypes Characterizes the type * of content which can trigger the rule. * @property {Object} AutoModerationActionTypes