diff --git a/modules/report/report.js b/modules/report/report.js index 0623816..8d8ec52 100644 --- a/modules/report/report.js +++ b/modules/report/report.js @@ -14,7 +14,7 @@ var report = function(dbot) { dbot.say(server, nick, message); setTimeout(function() { next(); - }, 1500); + }, 2000); }); } };