From 198a1d115d9ce7fa4d6527b95ca7bbe3d0269d2d Mon Sep 17 00:00:00 2001 From: SHIIIFT Date: Fri, 12 Jun 2015 13:34:30 +0100 Subject: [PATCH] Update basicBot.js --- basicBot.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/basicBot.js b/basicBot.js index 087f9d5a..62a7007e 100644 --- a/basicBot.js +++ b/basicBot.js @@ -243,7 +243,7 @@ retrieveSettings: retrieveSettings, retrieveFromStorage: retrieveFromStorage, settings: { - botName: "basicBot", + botName: "Squad Bot", language: "english", chatLink: "https://rawgit.com/Yemasthui/basicBot/master/lang/en.json", startupCap: 1, // 1-200 @@ -263,10 +263,10 @@ cycleGuard: true, maximumCycletime: 10, voteSkip: false, - voteSkipLimit: 10, + voteSkipLimit: 8, historySkip: false, timeGuard: true, - maximumSongLength: 10, + maximumSongLength: 8, autodisable: true, commandCooldown: 30, usercommandsEnabled: true,