MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / sendTestDiscordNotification

Function sendTestDiscordNotification

packages/integrations/src/discord.ts:28–34  ·  view source on GitHub ↗
(webhookUrl: string)

Source from the content-addressed store, hash-verified

26}
27
28export function sendTestDiscordNotification(webhookUrl: string) {
29 return sendDiscordNotification({
30 webhookUrl,
31 message:
32 '**🧪 Test [OpenPanel.dev](<https://openpanel.dev/>)**\nIf you can read this, your Slack webhook is functioning correctly!\n',
33 });
34}

Callers 1

handleTestFunction · 0.90

Calls 1

sendDiscordNotificationFunction · 0.85

Tested by

no test coverage detected