library
turbot/discord
OverviewPipelines
0
Triggers
0
Variables
GitHub

Get Guild Channels

Returns a list of guild channels.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run discord.pipeline.list_guild_channels \
--arg 'guild_id=<string>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = discord.pipeline.list_guild_channels
args = {
guild_id = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesThe credential to use to authenticate with Discord.default
guild_idstringYesThe ID of the guild.-

Outputs

NameDescription
channelsThe list of channels in the guild.