better message

This commit is contained in:
SowinskiBraeden committed 2022-12-10 16:49:52 -08:00
1 parent 8893d2bcd0
commit b74d94fca4
1 file changed
+1 -1
+1 -1
View File
@@ -24,7 +24,7 @@ module.exports = {
let noChannels = new EmbedBuilder() let noChannels = new EmbedBuilder()
.setColor(client.config.Colors.Default) .setColor(client.config.Colors.Default)
.setTitle('Channels') .setTitle('Channels')
.setDescription('> There have been no configured channels'); .setDescription('> There are no configured channels');
return interaction.send({ embeds: [noChannels] }); return interaction.send({ embeds: [noChannels] });
} }