mirror of
https://gitlab.com/qwerinope/qweribot.git
synced 2026-02-04 13:36:58 +01:00
small refactor and small lootbox rebalance SMILERS
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
import { redis } from "bun";
|
||||
import { sendMessage } from "commands";
|
||||
import { eventSub, streamerId } from "main";
|
||||
import { sendMessage } from "lib/commandUtils";
|
||||
import { eventSub } from "index";
|
||||
import { streamerId } from "main";
|
||||
import { sendDiscordMessage } from "web/discordConnection";
|
||||
import { redis } from "lib/redis";
|
||||
|
||||
eventSub.onStreamOnline(streamerId, async msg => {
|
||||
await redis.set('streamIsLive', '1');
|
||||
await sendMessage(`${msg.broadcasterDisplayName.toUpperCase()} IS LIVE! START DIGGING!`);
|
||||
await sendDiscordMessage({ message: 'live' });
|
||||
});
|
||||
|
||||
eventSub.onStreamOffline(streamerId, async msg => {
|
||||
|
||||
Reference in New Issue
Block a user