const channel = client.channels.cache.find(channel => channel.id === "915481280538370059");await interaction.reply({content: 'User kicked :peachcord_checkmark:', ephemeral: true});await channel.send({embeds: [embed]})interaction.guild.members.kick(user);await channel.send({embeds: [embed]})