Random changes

This commit is contained in:
Natsumi
2021-09-08 07:15:11 +12:00
parent 6587f66a11
commit e227e94c14
3 changed files with 44 additions and 30 deletions

View File

@@ -400,7 +400,7 @@ speechSynthesis.getVoices();
text = noty.data;
break;
case 'VideoPlay':
text = `<strong>Now playing:</strong> ${noty.videoName}`;
text = `<strong>Now playing:</strong> ${noty.notyName}`;
break;
case 'BlockedOnPlayerJoined':
text = `Blocked user <strong>${noty.displayName}</strong> has joined`;