Update base JDA version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-20 06:13:52 +01:00
parent cd46d601ec
commit e592111d1b
5 changed files with 7 additions and 8 deletions

View File

@@ -11,7 +11,6 @@ import wtf.beatrice.hidekobot.listeners.SlashCommandListener;
import wtf.beatrice.hidekobot.utils.Logger;
import wtf.beatrice.hidekobot.utils.SlashCommandsUtil;
import javax.security.auth.login.LoginException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
@@ -58,7 +57,7 @@ public class HidekoBot
);
jda = jdaBuilder.build().awaitReady();
} catch (LoginException | InterruptedException e)
} catch (Exception e)
{
logger.log(e.getMessage()); // print the error message, omit the stack trace.
shutdown(); // if we failed connecting and authenticating, then quit.