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 axios from "axios";
|
||||||
import { CommandInteraction, MessageEmbed } from "discord.js";
|
import { CommandInteraction } from "discord.js";
|
||||||
|
|
||||||
import {
|
import {
|
||||||
successColor,
|
successColor,
|
||||||
errorColor,
|
errorColor,
|
||||||
footerText,
|
|
||||||
footerIcon,
|
|
||||||
} from "@config/embed";
|
} from "@config/embed";
|
||||||
|
|
||||||
import { SlashCommandSubcommandBuilder } from "@discordjs/builders";
|
import { SlashCommandSubcommandBuilder } from "@discordjs/builders";
|
||||||
|
|
||||||
import logger from "@logger";
|
|
||||||
import embedBuilder from "@root/helpers/embedBuilder";
|
import embedBuilder from "@root/helpers/embedBuilder";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|
Loading…
Add table
Reference in a new issue