Update 'node/boto.js'
This commit is contained in:
parent
913715643c
commit
f19be90259
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue