🚑 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 {
|
||||
ChatInputCommandInteraction,
|
||||
EmbedBuilder,
|
||||
PermissionsBitField
|
||||
PermissionsBitField,
|
||||
} from "discord.js";
|
||||
// Configurations
|
||||
import getEmbedConfig from "../../../../../../../helpers/getEmbedData";
|
||||
|
@ -13,9 +13,6 @@ import fetchUser from "../../../../../../../helpers/userData";
|
|||
// Handlers
|
||||
import logger from "../../../../../../../middlewares/logger";
|
||||
|
||||
|
||||
../../../../../../../helpers/userData
|
||||
|
||||
// Function
|
||||
export default {
|
||||
metadata: {
|
||||
|
|
Loading…
Add table
Reference in a new issue