renamed unbannableUsers to something better

This commit is contained in:
2025-06-29 16:52:08 +02:00
parent 4c2f31e1f8
commit ab769fb546
6 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
import { EventSubChannelChatMessageEvent } from "@twurple/eventsub-base";
import { User } from "../user";
export type userType = 'chatter' | 'admin' | 'unbannable';
export type userType = 'chatter' | 'admin' | 'streamer';
/** The Command class represents a command */
export class Command {