diff options
| author | Fuwn <[email protected]> | 2025-09-11 18:15:57 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-11 18:15:57 -0700 |
| commit | b110b9d129d259f5004d599aeb011ca0155c7b9d (patch) | |
| tree | e84421ed9598d37fa24332a53e4daea43acbd807 /src | |
| parent | chore(justfile): Add extra linting tasks (diff) | |
| download | umabotdiscord-b110b9d129d259f5004d599aeb011ca0155c7b9d.tar.xz umabotdiscord-b110b9d129d259f5004d599aeb011ca0155c7b9d.zip | |
fix(server): Replace complaint channel ID
Diffstat (limited to 'src')
| -rw-r--r-- | src/server.ts | 2 |
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, |