async execute(interaction) {
// Check if user has role "Dev"
if (!interaction.member.roles.cache.has('1151994432678273034')) {
return interaction.reply({
content: 'You do not have permission to use this command.',
ephemeral: true,
});
async execute(interaction) {
// Check if user has role "Dev"
if (!interaction.member.roles.cache.has('1151994432678273034')) {
return interaction.reply({
content: 'You do not have permission to use this command.',
ephemeral: true,
});