Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-13 00:33:28 +00:00
parent 913715643c
commit f19be90259
1 changed files with 1 additions and 1 deletions

View File

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