remove unused var
This commit is contained in:
parent
d3670de641
commit
897d8d0a11
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue