This commit is contained in:
parent
c2cf89f1d2
commit
c85c61ed95
|
|
@ -27,7 +27,7 @@ const config = {
|
|||
} as Record<string, string>,
|
||||
prod: {
|
||||
probablycorey: "probablycorey",
|
||||
defunkt: "defunkt",
|
||||
defunkt: "defunkt.gg",
|
||||
} as Record<string, string>,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
import { serve } from "bun"
|
||||
import { handleGiteaWebhook } from "./gitea/webhook-handler"
|
||||
import "./discord/index" // Initialize Discord bot
|
||||
|
||||
interface ErrorLog {
|
||||
timestamp: string
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user