rework auth a little
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user