change base paths

This commit is contained in:
Janis
2023-07-24 01:13:36 +02:00
parent 9ba7e76236
commit 0613ea653c
9 changed files with 1653 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
import { IAuthSenderPayload, IChannel, IClient, IConnection, ITS5ConnectionHandler, ITS5DataHandler, ITS5MessageHandler } from "@interfaces/teamspeak";
import { IAuthSenderPayload, IChannel, IClient, IConnection, ITS5ConnectionHandler, ITS5DataHandler, ITS5MessageHandler } from "../../interfaces/teamspeak";
import { TS5DataHandler } from "./dataHandler";
import { TS5MessageHandler } from "./messageHandler";
import Logger from "@/utils/logger";
import Logger from "../../utils/logger";
// Establish connection to TS5 client