This commit is contained in:
Sarimoko 2022-02-13 08:15:05 -08:00
parent a1b0bab40a
commit a190b820aa
1 changed files with 2 additions and 1 deletions

View File

@ -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 +`!`);
});