verbage
This commit is contained in:
parent
adc0136552
commit
b773b0caa7
|
@ -128,7 +128,7 @@ client.on('message', (channel, tags, message, self) => {
|
|||
else {
|
||||
let { name, type } = user;
|
||||
// const percent = Math.floor(Math.random() * 100) + 1;
|
||||
client.say(channel, `/me @${tags.username} but favors @${name} offering ${percent}% more!`);
|
||||
client.say(channel, `/me Sorry @${tags.username} but RNGesus favors @${name} offering ${percent}% more!`);
|
||||
}
|
||||
})
|
||||
.catch(err => console.log('[ERR]', err));
|
||||
|
|
Loading…
Reference in New Issue