1
0

🚚 Rename to miniDb

This commit is contained in:
2022-01-05 23:17:46 +01:00
parent e328a5b668
commit 8d1312d56a
3 changed files with 5 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ import { Action } from "../../interfaces/actions/Action";
import { ActionType } from "../../enums/ActionType";
import { ChatClient } from "twitch-chat-client";
import { broadcast } from "../helpers/webServer";
import { start } from "../helpers/scheduledActions";
import { start } from "../helpers/miniDb";
let chatClient: ChatClient;