Update index.ts

This commit is contained in:
Axel Olausson Holtenäs 2022-04-26 12:02:17 +02:00 committed by GitHub
parent adef225730
commit 04e155e414
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,6 @@
//Dependencies
import { SlashCommandBuilder } from "@discordjs/builders";
import { CommandInteraction, Permissions, MessageEmbed } from "discord.js";
// Configurations
import { errorColor, footerText, footerIcon } from "@config/embed";
import { CommandInteraction } from "discord.js";
// Groups
import groups from "@plugins/manage/groups";