Update index.ts
This commit is contained in:
parent
adef225730
commit
04e155e414
1 changed files with 1 additions and 4 deletions
|
@ -1,9 +1,6 @@
|
||||||
//Dependencies
|
//Dependencies
|
||||||
import { SlashCommandBuilder } from "@discordjs/builders";
|
import { SlashCommandBuilder } from "@discordjs/builders";
|
||||||
import { CommandInteraction, Permissions, MessageEmbed } from "discord.js";
|
import { CommandInteraction } from "discord.js";
|
||||||
|
|
||||||
// Configurations
|
|
||||||
import { errorColor, footerText, footerIcon } from "@config/embed";
|
|
||||||
|
|
||||||
// Groups
|
// Groups
|
||||||
import groups from "@plugins/manage/groups";
|
import groups from "@plugins/manage/groups";
|
||||||
|
|
Loading…
Add table
Reference in a new issue