Skip to content

Commit 8280488

Browse files
committed
💗修改錯字
1 parent 2a50a4e commit 8280488

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/com/kevin/ava/ytbot/Bot.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,10 @@ public static void main(String[] args) throws IOException, InterruptedException
197197
}
198198
for(Thread thread : ytChannelsThreads)
199199
thread.start();
200-
channels = BotConfig.getChannels();
201-
System.out.println(ConsoleColors.GREEN + "[系統] 開始偵測 " + channels.size() + " 個 Youtube 頻道!" + ConsoleColors.RESET);
200+
System.out.println(ConsoleColors.GREEN + "[系統] 開始追蹤 " + channels.size() + " 個 Youtube 頻道!" + ConsoleColors.RESET);
202201
if(channels.size() >= 2) {
203-
System.out.println(ConsoleColors.RED_BACKGROUND + "[警告] 偵測的頻道數為 "+ channels.size() + " 個,這會導致你的 API key 再偵測時會被調用 " + channels.size() + " 次。" + ConsoleColors.RESET);
204-
System.out.println(ConsoleColors.RED_BACKGROUND + "[警告] 如 API Key 在短時間被調用太多次會導致費用增加,因此建議把自動偵測時間給調到至少10分鐘。" + ConsoleColors.RESET);
202+
System.out.println(ConsoleColors.RED_BACKGROUND + "[警告] 追蹤的頻道數為 "+ channels.size() + " 個,這會導致你的 API key 在偵測時會被調用 " + channels.size() + " 次。" + ConsoleColors.RESET);
203+
System.out.println(ConsoleColors.RED_BACKGROUND + "[警告] 如 API Key 在短時間被調用太多次會導致費用增加,因此建議把自動偵測時間調到至少10分鐘。" + ConsoleColors.RESET);
205204
}
206205
}
207206
}

0 commit comments

Comments
 (0)