fix some messages

This commit is contained in:
Lee 2024-06-26 12:41:18 +01:00
parent ef64b11907
commit 6ac8012f47
3 changed files with 3 additions and 3 deletions

@ -40,7 +40,7 @@ public class ChannelSubCommand extends BatSubCommand {
if (option == null) {
if (!TextChannelUtils.isValidChannel(profile.getChannelId())) {
interaction.replyEmbeds(EmbedUtils.errorEmbed()
.setDescription("Please provide a channel to set the birthday channel to")
.setDescription("There is no channel set for birthday notifications. Please provide a channel to set the birthday channel to")
.build()).queue();
return;
}

@ -39,7 +39,7 @@ public class ChannelSubCommand extends BatSubCommand {
if (option == null) {
if (!TextChannelUtils.isValidChannel(profile.getChannelId())) {
interaction.replyEmbeds(EmbedUtils.errorEmbed()
.setDescription("Please provide a channel to set the feed channel to")
.setDescription("There is no channel set for the feed notifications. Please provide a channel to set the feed channel to")
.build()).queue();
return;
}

@ -39,7 +39,7 @@ public class ChannelSubCommand extends BatSubCommand {
if (option == null) {
if (!TextChannelUtils.isValidChannel(profile.getChannelId())) {
interaction.replyEmbeds(EmbedUtils.errorEmbed()
.setDescription("Please provide a channel to set the feed channel to")
.setDescription("There is no channel set for the feed notifications. Please provide a channel to set the feed channel to")
.build()).queue();
return;
}