intermediate update

pull/11/head
TheCodedProf 3 years ago
parent 4a6d571027
commit 456a20ffab

@ -4,7 +4,6 @@ import EmojiEmbed from "../../utils/generateEmojiEmbed.js";
import type { SlashCommandSubcommandBuilder } from "@discordjs/builders"; import type { SlashCommandSubcommandBuilder } from "@discordjs/builders";
import client from "../../utils/client.js"; import client from "../../utils/client.js";
import convertCurlyBracketString from "../../utils/convertCurlyBracketString.js"; import convertCurlyBracketString from "../../utils/convertCurlyBracketString.js";
import { callback as statsChannelAddCallback } from "../../reflex/statsChannelUpdate.js";
import singleNotify from "../../utils/singleNotify.js"; import singleNotify from "../../utils/singleNotify.js";
import getEmojiByName from "../../utils/getEmojiByName.js"; import getEmojiByName from "../../utils/getEmojiByName.js";
import createPageIndicator from "../../utils/createPageIndicator.js"; import createPageIndicator from "../../utils/createPageIndicator.js";

@ -1,4 +1,4 @@
import Discord, { ButtonInteraction, Client, Interaction, InteractionCollector, Message, MessageComponentInteraction, ModalSubmitInteraction } from "discord.js"; import { ButtonInteraction, Client, Interaction, InteractionCollector, Message, MessageComponentInteraction, ModalSubmitInteraction } from "discord.js";
import client from "./client.js"; import client from "./client.js";
export default async function ( export default async function (

Loading…
Cancel
Save