Skip to content

Commit

Permalink
Merge pull request #15 from steinraf/patch-1
Browse files Browse the repository at this point in the history
Fix Typo
EvilBabyDemon authored Apr 15, 2024
2 parents 8f838c0 + 6955bb5 commit 7cd844d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -106,7 +106,7 @@ private void actualcmd(User author, List<String> cmds) {
if (BlindSlashCMD.forceSet.contains(blindclass)) {
author.openPrivateChannel().queue(privchannel -> {
privchannel.sendMessage(
"You did a Force Blind. That are the consequences to your actions. Do not contact the admins! If it is an emergency contact Lukas, same if it is pobably a Bug.")
"You did a Force Blind. That are the consequences to your actions. Do not contact the admins! If it is an emergency contact Lukas, same if it is probably a Bug.")
.queue();
});
return;

0 comments on commit 7cd844d

Please sign in to comment.