rework auth a little

This commit is contained in:
Darius
2025-10-02 23:04:31 +02:00
parent 0c54b1f776
commit fd420fa59a
13 changed files with 130 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
import type { ChatUser } from "@twurple/chat";
import { Config } from "../config/config.ts";
import { chatClient } from "../core/chat-client.ts";
import { chatClient } from "../core/client.ts";
import type { ICommand, ICommandRequirements } from "./interface.ts";
export abstract class BaseCommand implements ICommand {