From 2d7b0124b6df93182b705923440c11355d1c787f Mon Sep 17 00:00:00 2001 From: Akash Kumar <34735962+AllianceSky-PS@users.noreply.github.com> Date: Wed, 31 Oct 2018 14:52:10 +0000 Subject: [PATCH] Change expTimer default time. --- config/config-example.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config-example.js b/config/config-example.js index 5f81b05ff..d9083c789 100644 --- a/config/config-example.js +++ b/config/config-example.js @@ -99,12 +99,12 @@ exports.poof = true; * X amount of timer passed ** * after last message before * * user can earn exp ******** -* default to 60 seconds ***** +* default to 30 seconds ***** *****************************/ -exports.expTimer = 60; +exports.expTimer = 30000; // add system operators. -exports.special = ['princesky', 'ahelpfulrayquaza']; +exports.special = ['princesky']; /** * crash guard - write errors to log file instead of crashing