Community node - Discord Trigger / Send

I’m having the same issue. Is this a known bug?

That solved it! Thanks

1 Like

Maybe its just me but I can’t even seem to find “Discord App” when I’m trying to add credentials. Has anyone else experienced this?

Same problem with my local Docker instance. I just checked in the free Trial n8n clod plan - “Discord App” is also missing from the credentials :frowning:

1 Like

Hey @maxdudik,

The Community Discord node can’t be used on Cloud so you would need to use the Discord node we provide which should show in the credentials.

1 Like

Any updates on a native integration of a Discord Trigger node for new private and channel messages to a Discord Bot, With filters for the triggers…

  • a node that could send message with buttons and wait for a button click to proceed.

Generally something like this community nodes package

Thanks


I built a discord bot that sends any new chat messages directly to discord. So you can receive it via n8n webhook whenever a user sends a new chat message. Invite the bot to your discord server, go to designated channel and just hit

/setup https://your-n8n-server.com/webhook/discord

Here is the website to the full n8n discord trigger bot . so its not a node in n8n, and it works in the cloud. I also made it open source on github incase you want to deploy it yourself on railway or something similar


I built a discord bot that sends messages to an n8n webhook url whenever there is a new message sent on the cahnnel. I call it the n8n discord trigger bot, its open source on github. Hope it helps. its not a node, so it can work in n8n cloud. It simply sends all data to an n8n webhook