update/view bot admin roles via config

This commit is contained in:
SowinskiBraeden committed 2024-11-10 18:35:48 -08:00
1 parent 5e0a45554f
commit 5859c07571
3 files changed
+60 -20

No files matched your search

+1 -1
View File
@@ -24,7 +24,7 @@ module.exports = {
let noExcludes = new EmbedBuilder()
.setColor(client.config.Colors.Default)
.setTitle('Excluded Roles')
.setDescription('> There have been no configured channels');
.setDescription('> There have been no excluded roles');
return interaction.send({ embeds: [noExcludes] });
}