diff --git a/commands/wordwar.js b/commands/wordwar.js index 584f748..f438adf 100644 --- a/commands/wordwar.js +++ b/commands/wordwar.js @@ -177,9 +177,9 @@ module.exports = { wwRole.delete(); }, 30 * 1000); // Wait 30 seconds to delete the role } - }, wwtimer * 1000); + }, wwtimer * 60000); } - }, wwdelay * 1000); + }, wwdelay * 60000); }); /* } */ }