mirror of
https://gitlab.com/qwerinope/qweribot.git
synced 2026-02-04 15:26:58 +01:00
renamed unbannableUsers to something better
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user