removed unused variable

This commit is contained in:
Ashley Rosch
2021-10-29 20:11:28 -05:00
parent e28b47c349
commit 7bccab26eb

View File

@@ -3,7 +3,7 @@ import { TextChannel } from "discord.js";
import * as Opt from "../types/Opt"; import * as Opt from "../types/Opt";
import refreshCommands from "./slash"; import refreshCommands from "./slash";
import { InteractionRoles, GuildId } from "./data"; import { InteractionRoles } from "./data";
type ReplyableInteraction = ButtonInteraction | CommandInteraction | SelectMenuInteraction; type ReplyableInteraction = ButtonInteraction | CommandInteraction | SelectMenuInteraction;