Merge remote-tracking branch 'origin/1.6.x' into 1.6.x

This commit is contained in:
Driftay 2019-12-28 04:58:52 -05:00
commit e0134d680e

View File

@ -61,6 +61,7 @@ public class Discord {
}
private static Boolean startBot() {
if (!Conf.useDiscordSystem) {return false;}
try {
jda = new JDABuilder(AccountType.BOT).setToken(Conf.discordBotToken).buildBlocking();
} catch (LoginException | InterruptedException e) {