Discord py fetch canal por identificación

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