This commit is contained in:
Sarimoko 2022-02-23 12:01:52 -08:00
parent adc0136552
commit b773b0caa7
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ client.on('message', (channel, tags, message, self) => {
else { else {
let { name, type } = user; let { name, type } = user;
// const percent = Math.floor(Math.random() * 100) + 1; // 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)); .catch(err => console.log('[ERR]', err));