add logs to discord rpc events

This commit is contained in:
jeffvli
2025-11-28 13:48:25 -08:00
parent 2f32534cf9
commit f0c35be21f
3 changed files with 117 additions and 7 deletions
+1
View File
@@ -3,6 +3,7 @@ import dayjs from 'dayjs';
export enum LogCategory {
ANALYTICS = 'analytics',
API = 'api',
EXTERNAL = 'external',
OTHER = 'other',
PLAYER = 'player',
SCROBBLE = 'scrobble',