refactor: consolidate modal routing and use LabelBuilder for modal components
Node.js CI / CI (push) Successful in 41s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 1m56s

Merges modalInteractionCreate into interactionCreate, and replaces
ActionRowBuilder with LabelBuilder for the announcement modal components.
This commit is contained in:
2026-03-12 23:21:06 -07:00
committed by Naomi Carrigan
parent e2167b117a
commit 11b23b10a6
4 changed files with 36 additions and 38 deletions
+2 -2
View File
@@ -6,10 +6,10 @@
import { DiscordAnalytics } from "@nhcarrigan/discord-analytics";
import { Client, Events, GatewayIntentBits, Partials } from "discord.js";
import { chatInputInteractionCreate } from "./events/interactionCreate.js";
import {
chatInputInteractionCreate,
modalSubmitInteractionCreate,
} from "./events/modalInteractionCreate.js";
} from "./events/interactionCreate.js";
import { logger } from "./utils/logger.js";
/*