Discord Py Fetch Channel według identyfikatora

channel = discord.utils.get(ctx.guild.channels, name=given_name)
channel_id = channel.id
NotSelwyn