From f19be90259c3f6159e114d9ff83774569ce9fa2c Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sun, 13 Feb 2022 00:33:28 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/boto.js b/node/boto.js index 6c2b1a4..45ee1af 100644 --- a/node/boto.js +++ b/node/boto.js @@ -488,7 +488,7 @@ client.on("slowmode", (channel, enabled, length) => { }); client.on("subgift", (channel, username, streakMonths, recipient, methods, userstate) => { let senderCount = ~~userstate["msg-param-sender-count"]; // IDK - client.say(channel, username `gifted` recipient `a Gift-Sub! Thank for the support & sharing the emote spam!`); + client.say(channel, (username) `gifted` (recipient) `a Gift-Sub! Thank for the support & sharing the emote spam!`); client.say(channel, `!kappagen sarimoKO sarimoNERD`); }); client.on("submysterygift", (channel, username, numbOfSubs, methods, userstate) => {