From 607c6267c8a42f4e5097e2805dd945872028de82 Mon Sep 17 00:00:00 2001 From: nuttylmao Date: Thu, 27 Mar 2025 09:11:27 +1100 Subject: [PATCH] Ooops lol --- horizontal-chat/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horizontal-chat/script.js b/horizontal-chat/script.js index 4f30dbb..3913b31 100644 --- a/horizontal-chat/script.js +++ b/horizontal-chat/script.js @@ -793,7 +793,7 @@ function TipeeeStreamDonation(data) { if (currency == "USD") message = `${tipeeeStreamIcon} ${user} donated $${amount}`; else - message = `${tipeeeStreamIcon} ${user} ordered ${itemTotal} item(s) on Ko-fi (${currency} ${amount})`; + message = `${tipeeeStreamIcon} ${user} donated ${currency} ${amount}`; ShowAlert(message, 'tipeeeStream'); }