remove unused var

This commit is contained in:
Mylloon 2022-07-27 21:40:35 +02:00
parent d3670de641
commit 897d8d0a11
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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';