make uspam much more cancerous
This commit is contained in:
parent
911f5135da
commit
6f93e90fc8
4
bot.js
4
bot.js
@ -86,8 +86,8 @@ async function uspam(chan, amt) {
|
|||||||
bot.say(chan, "no")
|
bot.say(chan, "no")
|
||||||
} else {
|
} else {
|
||||||
for(var i=0; i < amt; i++){
|
for(var i=0; i < amt; i++){
|
||||||
var string = "" + randomext.integer(9,0) + randomext.uString(120,40);
|
var string = "" + randomext.integer(9,0) + "," + randomext.integer(9,0) + randomext.uString(120,60);
|
||||||
await timer(5);
|
await timer(10);
|
||||||
bot.say(chan, string);
|
bot.say(chan, string);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user