components = msg.components
logging.info(components)
await msg.delete()
await Guilds.filter(id=inter.guild.id).update(ticket_channel=ticket_channel.id)
msg: disnake.Message = await channel.send(embed=embed, components=components)
msg.components says its a List of actionrow yet when i pass to .send it errors out?
disnake.ext.commands.errors.CommandInvokeError: Command raised an exception: TypeError: `components` must be a `WrappedComponent` or `ActionRow`, a sequence/list of `WrappedComponent`s or `ActionRow`s, or a nested sequence/list of `WrappedComponent`s