Horizontal Message Animation Adjust

This commit is contained in:
Rodrigo Emanuel
2025-06-02 21:34:43 -03:00
committed by GitHub
parent 6711293fe5
commit 00b8b1d024
5 changed files with 89 additions and 17 deletions

View File

@@ -302,6 +302,7 @@ async function YouTubeGiftReceivedMessage(data) {
eventId: messageID,
tier
} = data;
const [avatar, message] = await Promise.all([
``,
currentLang.youtube.giftedmembers({
@@ -309,6 +310,7 @@ async function YouTubeGiftReceivedMessage(data) {
tier : tier
})
]);
const classes = 'giftedtrainmembers';
const messageData = {
classes: classes,