From 7bccab26eb971ccec358246f4c4a0528bafbfd50 Mon Sep 17 00:00:00 2001 From: Ashley Rosch Date: Fri, 29 Oct 2021 20:11:28 -0500 Subject: [PATCH] removed unused variable --- rolemanager/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rolemanager/index.ts b/rolemanager/index.ts index 2bf74c0..b946d54 100644 --- a/rolemanager/index.ts +++ b/rolemanager/index.ts @@ -3,7 +3,7 @@ import { TextChannel } from "discord.js"; import * as Opt from "../types/Opt"; import refreshCommands from "./slash"; -import { InteractionRoles, GuildId } from "./data"; +import { InteractionRoles } from "./data"; type ReplyableInteraction = ButtonInteraction | CommandInteraction | SelectMenuInteraction;