Skip to content

Commit

Permalink
細かな修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kosugikun committed Apr 14, 2024
1 parent be0b254 commit 5fe2877
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/jagrosh/jmusicbot/JMusicBot.java
Original file line number Diff line number Diff line change
Expand Up @@ -269,13 +269,15 @@ else if (config.getGame().getName().toLowerCase().matches("(none|なし)")) {

}
catch (InvalidTokenException ex) {
//ex.getCause().getMessage();
prompt.alert(Prompt.Level.ERROR, "JMusicBot", ex + "\n" +
"正しい設定ファイルを編集していることを確認してください。Botトークンでのログインに失敗しました。" +
"正しいBotトークンを入力してください。(CLIENT SECRET ではありません!)\n" +
"設定ファイルの場所: " + config.getConfigLocation());
System.exit(1);

} catch (IllegalArgumentException ex) {

prompt.alert(Prompt.Level.ERROR, "JMusicBot", "設定の一部が無効です:" + ex + "\n" +
"設定ファイルの場所: " + config.getConfigLocation());
System.exit(1);
Expand Down

0 comments on commit 5fe2877

Please sign in to comment.