App Logo
discord.com

List Discord channels

Lists a Discord server's channels and categories from its sidebar (name, channelId, category, channel URL). Takes a guildId. Requires being logged in.

Input

guildId required

Server id, e.g. from discord.com/list_servers.

Output

guildId required
channels required

Channels in sidebar order. The sidebar is scrolled top to bottom to cover rows the page renders lazily. Threads are not listed (a channel's thread rows are skipped).

categories required

Categories in sidebar order.

FAQ

Lists a Discord server's channels and categories from its sidebar (name, channelId, category, channel URL). Takes a guildId. Requires being logged in.
Required: guildId.
It returns guildId, channels, categories.
Yes. It acts as you on discord.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the discord.com cookies saved by the Reduck extension.
Unknown: its author has not declared whether it changes anything on discord.com, so treat it as if it could.
Ask an AI agent connected to Reduck to run reduck/discord.com/list_channels, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/discord.com/list_channels
It is part of Reduck's official curated catalogue.

Start building not clicking