fix some messages
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 35s
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 35s
This commit is contained in:
parent
ef64b11907
commit
6ac8012f47
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user