From b110b9d129d259f5004d599aeb011ca0155c7b9d Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 11 Sep 2025 18:15:57 -0700 Subject: fix(server): Replace complaint channel ID --- src/server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server.ts') 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, -- cgit v1.2.3