PipedreamHQ / pipedream

Connect APIs, remarkably fast. Free for developers.
https://pipedream.com
Other
9.01k stars 5.27k forks source link

Discord (New Message Instant) #14337

Open pipedream-component-development opened 1 month ago

pipedream-component-development commented 1 month ago

App

Discord (New Message Instant)

Summary:

Announcement channels not selectable

Details:

I have really tried to see if this Discord Trigger could actually read messages from an announcement channel, but I feel disappointed that I gave Pipedream admin permission to the server and it doesn't even show those channels, so it becomes pointless if I'm trying to do an integration that requires to read messages from said channel.

Screenshots:

Screenshot

vunguyenhung commented 1 month ago

I can reproduce this issue. As follow:

I have 2 annoucement channels image

On Pipedream Discord Source > Channels props, I do not see the announcement channels image

michelle0927 commented 1 month ago

@vunguyenhung @malexanderlim The Discord channels prop is a special prop that's handled behind the scenes, similar to an appHook, so this will need to be developed internally.

    channels: {
      type: "$.discord.channel[]",
      appProp: "discord",
      label: "Channels",
      description: "Select the channel(s) you'd like to be notified for",
    },
malexanderlim commented 1 month ago

Thanks @michelle0927 for the additional context - will move to blocked for now until we can prioritize.