all repos — stealth-developers @ 9385c7facbc68f038e5629ebf0e56690739695bd

bot(bug-reports): correct channel id
vi did:web:vt3e.cat
Sat, 04 Jul 2026 19:06:12 +0100
commit

9385c7facbc68f038e5629ebf0e56690739695bd

parent

2038fbfc66494d3d172f832ee4dd011e74763a62

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M apps/bot/src/feats/bugs/buttons.tsapps/bot/src/feats/bugs/buttons.ts

@@ -70,7 +70,7 @@

const container = await constructBugContainer(updatedBug, originalActor); if (!container) return; - const channel = await getTextChannel("1512924775842840767"); + const channel = await getTextChannel("1520861689048993843"); if (!channel) return errorMessage(interaction, "Failed to find bug report channel."); if (updatedBug.messageId) {