removed unused variable
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user