mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-18 19:50:58 -04:00
Update script.js
This commit is contained in:
@@ -2668,8 +2668,7 @@ function TikTokFollow(data) {
|
||||
const user = data.nickname;
|
||||
const tiktokIcon = `<img src="icons/platforms/tiktok.png" class="platform"/>`;
|
||||
|
||||
//titleDiv.innerHTML = `${tiktokIcon} ${user} followed`;
|
||||
titleDiv.innerHTML = `${user} followed`;
|
||||
titleDiv.innerHTML = `${tiktokIcon} ${user} followed`;
|
||||
|
||||
AddMessageItem(instance, data.msgId, 'tiktok', data.userId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user