mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-24 16:53:47 +00:00
zen: update alert role
This commit is contained in:
parent
bda0ddc207
commit
b862d178bf
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { z } from "zod"
|
|||
import { Resource } from "@opencode-ai/console-resource"
|
||||
import { safeEqual } from "@opencode-ai/console-core/util/crypto.js"
|
||||
|
||||
const DISCORD_ALERT_ROLE_ID = "1511795723262365887"
|
||||
const DISCORD_ALERT_ROLE_ID = "1520924666359713863"
|
||||
|
||||
const basePayload = z.object({
|
||||
name: z.string().optional(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue