PipedreamHQ/pipedream

[TRIGGER] Discord Bot message triggers

Open

#1 750 ouverte le 30 sept. 2021

Voir sur GitHub
 (5 commentaires) (0 réactions) (0 assignés)JavaScript (5 305 forks)batch import
blockedenhancementgood first issuehelp wantedtrigger / source

Métriques du dépôt

Stars
 (7 438 stars)
Métriques de merge PR
 (Merge moyen 9j 7h) (131 PRs mergées en 30 j)

Description

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.

Guide contributeur