This commit is contained in:
parent
a1b0bab40a
commit
a190b820aa
|
@ -560,5 +560,6 @@ client.on("vips", (channel, vips) => {
|
|||
});
|
||||
client.on("whisper", (from, userstate, message, self) => {
|
||||
if (self) return;
|
||||
client.say(channel, `/me Bleep! Bloop! Sariboto's Inbox (+1): SEXT Message Recieved!`);
|
||||
console.log('DM | From:'.green, from, userstate, 'MSG:'.green, message);
|
||||
client.say(channel, `/me [+1] Inbox | Received a new SEXT message from: @`+ from +`!`);
|
||||
});
|
Loading…
Reference in New Issue