ghorsington %!s(int64=5) %!d(string=hai) anos
pai
achega
525e94d828
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bot/src/commands/forums_news_checker.ts

+ 1 - 1
bot/src/commands/forums_news_checker.ts

@@ -318,6 +318,6 @@ export default {
         botUserId = user.user_id;
 
         await initPendingReactors();
-        interval(checkFeeds, RSS_UPDATE_INTERVAL_MIN * 1000);
+        interval(checkFeeds, RSS_UPDATE_INTERVAL_MIN * 60 * 1000);
     }
 } as ICommand;