bot: tmp hardcode correct channel id
vi did:web:vt3e.cat
Fri, 03 Jul 2026 17:04:00 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
M
apps/bot/src/feats/bugs/modals.ts
→
apps/bot/src/feats/bugs/modals.ts
@@ -83,7 +83,7 @@
const container = await constructBugContainer(bug, actor, attachment); if (!container) return; - const channel = await getTextChannel("1512924775842840767"); + const channel = await getTextChannel("1520861689048993843"); if (!channel) return errorMessage(interaction, "Failed to send bug report."); const message = await channel.send({