add getloot command

This commit is contained in:
2025-08-26 20:22:13 +02:00
parent 9760df2947
commit 95cbdccd8c
4 changed files with 92 additions and 8 deletions

View File

@@ -45,6 +45,9 @@ mods.forEach(async mod => {
logger.info(`Set the mod status of ${mod.userDisplayName} in the Redis/Valkey database.`);
});
const streamdata = await streamerApi.streams.getStreamByUserId(streamerId);
if (streamdata) await redis.set('streamIsLive', '1');
await import("./events");
await import("./web");