Merge pull request #2 from Teal-Wolf-25-Alt/slime

Fix grammar error
This commit is contained in:
Jonas_Jones 2024-10-08 15:40:46 +02:00 committed by GitHub
commit 942253f810
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -112,11 +112,11 @@ public class DiscordBot extends ListenerAdapter {
});
ServerLifecycleEvents.SERVER_STARTED.register(server -> {
sendToDiscord("Server is started!");
sendToDiscord("Server has started!");
});
ServerLifecycleEvents.SERVER_STOPPED.register(server -> {
sendToDiscord("Server is stopped!");
sendToDiscord("Server has stopped!");
stopBot();
});
}
@ -168,4 +168,4 @@ public class DiscordBot extends ListenerAdapter {
return "-";
}
}
}
}