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] }); }