Skip to content
Discussion options

You must be logged in to vote

The same way you do it for a text channel.

Guild.get_channel() returns list [abc.GuildChannel]
Guild Channel implements one of... abc.TextChannel, abc.VoiceChannel, abc.CategoryChannel.

So maybe in its simplest form, something like this:

channel = ctx.guild.get_channel(channel_id)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Shandeika
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants