File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments