discord.py rewrite sending two embeds code example
Example 1: discord.py edit message with embed
message = await ctx.send(embed = firstEmbed)
await messsage.edit(embed = newEmbed)
Example 2: discord py server.channels
# Returns a list of all channels from all guilds( as channel IDs )
bot.get_all_channels()