Update lookup.ts
This commit is contained in:
parent
9e8d70117e
commit
9dbe6a83db
1 changed files with 1 additions and 4 deletions
|
@ -1,16 +1,13 @@
|
|||
import axios from "axios";
|
||||
import { CommandInteraction, MessageEmbed } from "discord.js";
|
||||
import { CommandInteraction } from "discord.js";
|
||||
|
||||
import {
|
||||
successColor,
|
||||
errorColor,
|
||||
footerText,
|
||||
footerIcon,
|
||||
} from "@config/embed";
|
||||
|
||||
import { SlashCommandSubcommandBuilder } from "@discordjs/builders";
|
||||
|
||||
import logger from "@logger";
|
||||
import embedBuilder from "@root/helpers/embedBuilder";
|
||||
|
||||
export default {
|
||||
|
|
Loading…
Add table
Reference in a new issue