This commit is contained in:
Doc 2022-01-20 16:29:48 -03:00
parent 7bd2effa24
commit deeb688146
No known key found for this signature in database
GPG Key ID: 20C3B20323EFD295
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ public class DiscordClient extends ListenerAdapter {
if (!Arrays.asList(targetTextChannels).contains(event.getTextChannel().getId())) {
MessageEmbed messageEmbed = CreateEmbeddedMessage("Sorry!",
("This bot can only used in the specified chcannel."), EmbedMessageType.FAILURE).build();
("This bot can only used in the specified channel."), EmbedMessageType.FAILURE).build();
ReplyAndRemoveAfterSeconds(event, messageEmbed);
return;
}