better message
This commit is contained in:
1 file changed
+1
-1
@@ -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] });
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in new issue
Block a user