channel = discord.utils.find(lambda c: c.name == 'some name' and c.type == 'voice', some_list_of_channels) if channel is not None: print(channel.id)