fixed npe during autoplaylists
added playnext command (simple version) setting dj role to everyone works now fixed massively wide joptionpanes version number bump
This commit is contained in:
@@ -167,15 +167,9 @@ public class BotConfig
|
||||
// if we get through the whole config, it's good to go
|
||||
valid = true;
|
||||
}
|
||||
catch (ConfigException.Missing | ConfigException.WrongType ex)
|
||||
catch (ConfigException ex)
|
||||
{
|
||||
prompt.alert(Prompt.Level.ERROR, CONTEXT, ex.getMessage());
|
||||
ex.printStackTrace();
|
||||
}
|
||||
catch (ConfigException ex)
|
||||
{
|
||||
prompt.alert(Prompt.Level.WARNING, CONTEXT, "'"+getConfigLocation()+"' was not found!");
|
||||
ex.printStackTrace();
|
||||
prompt.alert(Prompt.Level.ERROR, CONTEXT, ex + ": " + ex.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user