PipedreamHQ/pipedream

[TRIGGER] Discord Bot message triggers

Open

#1.750 geöffnet am 30. Sept. 2021

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (5.305 Forks)batch import
blockedenhancementgood first issuehelp wantedtrigger / source

Repository-Metriken

Stars
 (7.438 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 9T 7h) (131 gemergte PRs in 30 T)

Beschreibung

Discord Message Whilst Pipedream can trigger actions on Discord, there is no simple way for Discord users to communicate with the Discord bot, triggering Pipedream workflows.

Triggers which would assist with this include:

  • Listening for direct messages from users to the bot
  • and / or listening in a specified channel for a specific command string (eg: !runprocess) Slash commands?

API https://discord.com/developers/docs/reference Webhooks seem to be an option instead of gateway which may be an easier option.

Contributor Guide