🚑 Remove invalid code
This commit is contained in:
parent
156b48dddb
commit
0ecb6f2c4a
1 changed files with 1 additions and 4 deletions
|
@ -5,7 +5,7 @@ import { SlashCommandSubcommandBuilder } from "@discordjs/builders";
|
||||||
import {
|
import {
|
||||||
ChatInputCommandInteraction,
|
ChatInputCommandInteraction,
|
||||||
EmbedBuilder,
|
EmbedBuilder,
|
||||||
PermissionsBitField
|
PermissionsBitField,
|
||||||
} from "discord.js";
|
} from "discord.js";
|
||||||
// Configurations
|
// Configurations
|
||||||
import getEmbedConfig from "../../../../../../../helpers/getEmbedData";
|
import getEmbedConfig from "../../../../../../../helpers/getEmbedData";
|
||||||
|
@ -13,9 +13,6 @@ import fetchUser from "../../../../../../../helpers/userData";
|
||||||
// Handlers
|
// Handlers
|
||||||
import logger from "../../../../../../../middlewares/logger";
|
import logger from "../../../../../../../middlewares/logger";
|
||||||
|
|
||||||
|
|
||||||
../../../../../../../helpers/userData
|
|
||||||
|
|
||||||
// Function
|
// Function
|
||||||
export default {
|
export default {
|
||||||
metadata: {
|
metadata: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue