const channel = interaction.client.channels.cache.get('1234249506027999234')
await channel.send({ embeds: [SSUEmbed] })
await interaction.reply({ content: 'The SSU has been announced.', ephemeral: true})
}
}
const channel = interaction.client.channels.cache.get('1234249506027999234')
await channel.send({ embeds: [SSUEmbed] })
await interaction.reply({ content: 'The SSU has been announced.', ephemeral: true})
}
}