make uspam much more cancerous

This commit is contained in:
hgw 2023-10-02 02:14:36 +00:00
parent 911f5135da
commit 6f93e90fc8
1 changed files with 2 additions and 2 deletions

4
bot.js
View File

@ -86,8 +86,8 @@ async function uspam(chan, amt) {
bot.say(chan, "no")
} else {
for(var i=0; i < amt; i++){
var string = "" + randomext.integer(9,0) + randomext.uString(120,40);
await timer(5);
var string = "" + randomext.integer(9,0) + "," + randomext.integer(9,0) + randomext.uString(120,60);
await timer(10);
bot.say(chan, string);
}
}