Compare commits

...

No commits in common. 'SPY×FAMILY' and 'master' have entirely different histories.

@ -14,7 +14,7 @@ function BotFunc()
}
$bot_loop->onWorkerStart = function () {
Timer::add(3, function () {
Timer::add(2, function () {
BotFunc();
});
};

Loading…
Cancel
Save