Add status message for when server and API have started up

This commit is contained in:
NovaFox161
2020-03-05 15:57:05 -06:00
parent 0fed1716ea
commit 7b87cc6f32

View File

@@ -82,6 +82,8 @@ public class DisCalServer {
UpdateDisPwData.shutdown();
DatabaseManager.getManager().disconnectFromMySQL();
}));
Logger.getLogger().status("Started", "Server and API are now online");
}
private static DiscordClient createClient() {