Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/futantan/OpenGpt
/ sendAlertToDiscord
Function
sendAlertToDiscord
src/utils/sendMessageToDiscord.ts:40–47 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
38
}
39
40
export
function
sendAlertToDiscord(message: string) {
41
if
(isDev) {
42
return
43
}
44
if
(DISCORD_ALERT_URL) {
45
return
fetchPost(DISCORD_ALERT_URL, { content: message }).catch(noop)
46
}
47
}
Callers
1
execute
Function · 0.90
Calls
1
fetchPost
Function · 0.90
Tested by
no test coverage detected