We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f7af08 commit 72b2a06Copy full SHA for 72b2a06
plugins/discord/credentials.ts
@@ -1 +1 @@
1
-export type DiscordCredentials = Record<string, never>;
+export type DiscordCredentials = Record<string, string | undefined>;
plugins/discord/index.ts
@@ -49,7 +49,6 @@ const discordPlugin: IntegrationPlugin = {
49
placeholder: "https://discord.com/api/webhooks/... or {{NodeName.webhookUrl}}",
50
example: "https://discord.com/api/webhooks/123456789/abcdef",
51
required: true,
52
- helpText: "Create a webhook in Discord: Server Settings > Integrations > Webhooks",
53
},
54
{
55
key: "discordMessage",
0 commit comments