From b74d94fca47baef2ed8fb96bba9eeadaa8fde7d5 Mon Sep 17 00:00:00 2001 From: SowinskiBraeden Date: Sat, 10 Dec 2022 16:49:52 -0800 Subject: [PATCH] better message --- commands/channels.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/channels.js b/commands/channels.js index 5f1abfc..82b0aa2 100644 --- a/commands/channels.js +++ b/commands/channels.js @@ -24,7 +24,7 @@ module.exports = { let noChannels = new EmbedBuilder() .setColor(client.config.Colors.Default) .setTitle('Channels') - .setDescription('> There have been no configured channels'); + .setDescription('> There are no configured channels'); return interaction.send({ embeds: [noChannels] }); }