From 897d8d0a11cfd6faa5f01dc83176392b47f2fd89 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 27 Jul 2022 21:40:35 +0200 Subject: [PATCH] remove unused var --- src/commands/misc/help.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/misc/help.ts b/src/commands/misc/help.ts index 335dc7c..becd3ef 100644 --- a/src/commands/misc/help.ts +++ b/src/commands/misc/help.ts @@ -1,6 +1,6 @@ import { SlashCommandBuilder } from '@discordjs/builders'; import { Locale } from 'discord-api-types/v9'; -import { Client, CommandInteraction, CommandInteractionOptionResolver, EmbedBuilder } from 'discord.js'; +import { Client, CommandInteraction, EmbedBuilder } from 'discord.js'; import { getLocale, getLocalizations } from '../../utils/locales'; import { getFilename } from '../../utils/misc'; import '../../modules/string';