From a2ae78ae8cbfb2a6e6c92456a82795228c69873c Mon Sep 17 00:00:00 2001 From: nuttylmao Date: Mon, 14 Jul 2025 09:51:19 +1000 Subject: [PATCH] Removed test code --- horizontal-chat/script.js | 62 +-------------------------------------- 1 file changed, 1 insertion(+), 61 deletions(-) diff --git a/horizontal-chat/script.js b/horizontal-chat/script.js index f54cf56..cdf03d3 100644 --- a/horizontal-chat/script.js +++ b/horizontal-chat/script.js @@ -1891,64 +1891,4 @@ function SetConnectionStatus(connected) { statusContainer.style.transition = ""; statusContainer.style.opacity = 1; } -} - -let data = { - "chatroom_id": 137726, - "gifted_usernames": [ - "bmblnds", - "akilynczz", - "kukuda", - "him12345", - "mrzexter", - "kelsysosa", - "daddon001", - "Micca", - "SUPAHH0TT", - "andyp85", - "kearaunii", - "brianplayslive", - "Kidrin", - "fasenk", - "mohammadadilibi", - "coolsharkman09", - "PI0_JOGADOR", - "ricviera", - "kiitss", - "Gooboobananas", - "chrisVER455", - "wearyDingo49", - "PelaGOD", - "AksiOnPc", - "Demis898_", - "Koruptid", - "Kyuss", - "SellaRotalis", - "BUZZINJAE", - "carspeedman6", - "ketsuki31", - "Blizzard4E", - "PicklePickleton", - "Narcol", - "kinadol", - "PRAKNASTY", - "Kriegs_Toddlich", - "alz_abod", - "OfficialCoffeeClub", - "cathesaurus", - "Donglong", - "KingGrispy", - "sanwio", - "jakethedog69", - "happyX0", - "Crazedfate011", - "MikkaBot", - "NoLmtJ", - "chipo5000", - "crysstaline" - ], - "gifter_username": "Kick", - "gifter_total": 100 -} - -KickGiftedSubscriptions(data); \ No newline at end of file +} \ No newline at end of file