all repos — stealth-developers @ 78f66924b10a7b24afce27bc1baa46ac29421b43

bot: tmp hardcode correct channel id
vi did:web:vt3e.cat
Fri, 03 Jul 2026 17:04:00 +0100
commit

78f66924b10a7b24afce27bc1baa46ac29421b43

parent

8199683b527f1f06beacd568dc6e141904b7961e

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

jump to
M apps/bot/src/feats/bugs/modals.tsapps/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({