feat: clips

This commit is contained in:
2023-12-08 15:45:44 +00:00
parent 74c087525c
commit 6d3724fd87
12 changed files with 110 additions and 11 deletions

View File

@ -3,6 +3,7 @@ import { EventKind } from "@snort/system";
export const LIVE_STREAM = 30_311 as EventKind;
export const LIVE_STREAM_CHAT = 1_311 as EventKind;
export const LIVE_STREAM_RAID = 1_312 as EventKind;
export const LIVE_STREAM_CLIP = 1_313 as EventKind;
export const EMOJI_PACK = 30_030 as EventKind;
export const USER_EMOJIS = 10_030 as EventKind;
export const GOAL = 9041 as EventKind;