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) => {