mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-20 05:51:39 +01:00
renamed unbannableUsers to something better
This commit is contained in:
@@ -35,7 +35,7 @@ export const eventSub = new EventSubHttpListener({
|
||||
|
||||
export const commandPrefix = process.env.COMMAND_PREFIX ?? "!";
|
||||
|
||||
export const unbannableUsers = [chatterId, streamerId];
|
||||
unbannableUsers.forEach(async id => await addAdmin(id));
|
||||
export const streamerUsers = [chatterId, streamerId];
|
||||
streamerUsers.forEach(async id => await addAdmin(id));
|
||||
|
||||
await import("./events");
|
||||
|
||||
Reference in New Issue
Block a user