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;