summaryrefslogtreecommitdiff
path: root/src/server.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-09-11 18:15:57 -0700
committerFuwn <[email protected]>2025-09-11 18:15:57 -0700
commitb110b9d129d259f5004d599aeb011ca0155c7b9d (patch)
treee84421ed9598d37fa24332a53e4daea43acbd807 /src/server.ts
parentchore(justfile): Add extra linting tasks (diff)
downloadumabotdiscord-b110b9d129d259f5004d599aeb011ca0155c7b9d.tar.xz
umabotdiscord-b110b9d129d259f5004d599aeb011ca0155c7b9d.zip
fix(server): Replace complaint channel ID
Diffstat (limited to 'src/server.ts')
-rw-r--r--src/server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server.ts b/src/server.ts
index 8925bdc..5192cc9 100644
--- a/src/server.ts
+++ b/src/server.ts
@@ -20,7 +20,7 @@ import { JSONResponse } from "./discord/responses.ts";
import { verifyDiscordRequest } from "./discord/verification.ts";
const router = AutoRouter();
-const COMPLAINT_CHANNEL_ID = "1406422617724026901";
+const COMPLAINT_CHANNEL_ID = "1415868433714778204";
const sendComplaintToChannel = async (
environment: Environment,