Update defunkt's name
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
Corey Johnson 2025-11-07 15:43:03 -08:00
parent c2cf89f1d2
commit c85c61ed95
2 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,7 @@ const config = {
} as Record<string, string>,
prod: {
probablycorey: "probablycorey",
defunkt: "defunkt",
defunkt: "defunkt.gg",
} as Record<string, string>,
},
}

View File

@ -1,5 +1,6 @@
import { serve } from "bun"
import { handleGiteaWebhook } from "./gitea/webhook-handler"
import "./discord/index" // Initialize Discord bot
interface ErrorLog {
timestamp: string