You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
event.reply(MarkdownUtil.quoteBlock("未找到新影片。\n註:連續使用此指令將耗盡 Kevin 的 YouTube Data API v3 使用額度,配置預設的自動檢查為每 " + checkIntervalMinutes + " 分鐘進行一次。")).setEphemeral(true).queue();
125
+
event.reply(MarkdownUtil.quoteBlock("未找到新影片。\n註:連續使用此指令將耗盡你的 YouTube Data API v3 使用額度,配置預設的自動檢查為每 " + checkIntervalMinutes + " 分鐘進行一次。")).setEphemeral(true).queue();
126
126
else
127
-
event.reply(MarkdownUtil.quoteBlock("找到新影片!\n註:連續使用此指令將耗盡 Kevin 的 YouTube Data API v3 使用額度,配置預設的自動檢查為每 " + checkIntervalMinutes + " 分鐘進行一次。")).setEphemeral(true).queue();
127
+
event.reply(MarkdownUtil.quoteBlock("找到新影片!\n註:連續使用此指令將耗盡你的 YouTube Data API v3 使用額度,配置預設的自動檢查為每 " + checkIntervalMinutes + " 分鐘進行一次。")).setEphemeral(true).queue();
0 commit comments