Add files via upload

This commit is contained in:
Rodrigo Emanuel
2025-05-11 02:34:38 -03:00
committed by GitHub
parent 594abf2dc1
commit 9f6fdfc691
22 changed files with 1249 additions and 79 deletions

View File

@@ -40,5 +40,5 @@ async function streamLabsEventMessage(data) {
message,
reply: '',
};
addEventToChat(userID, messageID, 'dollar-sign', messageData);
addEventToChat(userID, messageID, 'streamlabs', messageData);
}