From 1e0af3146ec65b169be2cef3e65a874d173598f8 Mon Sep 17 00:00:00 2001 From: BotTest Date: Sat, 11 Jul 2015 21:58:32 -0300 Subject: [PATCH 1/6] Update extension.js --- extension.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/extension.js b/extension.js index 0aab25864..973bf2879 100644 --- a/extension.js +++ b/extension.js @@ -36,14 +36,14 @@ */ bot.commands.baconCommand = { - command: 'bacon', //The command to be called. With the standard command literal this would be: !bacon + command: ['fu', 'kent'], //The command to be called. With the standard command literal this would be: !bacon rank: 'user', //Minimum user permission to use the command type: 'exact', //Specify if it can accept variables or not (if so, these have to be handled yourself through the chat.message functionality: function (chat, cmd) { if (this.type === 'exact' && chat.message.length !== cmd.length) return void (0); if (!bot.commands.executable(this.rank, chat)) return void (0); else { - API.sendChat("/me Bacon!!!"); + API.sendChat("/me BAN?!?!?"); } } }; @@ -56,9 +56,9 @@ //Change the bots default settings and make sure they are loaded on launch localStorage.setItem("basicBotsettings", JSON.stringify({ - botName: "basicBot", - language: "english", - chatLink: "https://rawgit.com/Yemasthui/basicBot/master/lang/en.json", + botName: "Bot Teste", + language: "portuguese", + chatLink: "https://rawgit.com/BotTest/basicBot/master/lang/pt.json", startupCap: 1, // 1-200 startupVolume: 0, // 0-100 startupEmoji: false, // true or false @@ -120,6 +120,6 @@ })); //Start the bot and extend it when it has loaded. - $.getScript("https://rawgit.com/Yemasthui/basicBot/master/basicBot.js", extend); + $.getScript("https://rawgit.com/BotTest/basicBot/master/basicBot.js", extend); }).call(this); From 99e5f2970d04d3b01e9ef41fa3095e8b8ed26b8d Mon Sep 17 00:00:00 2001 From: BotTest Date: Sat, 11 Jul 2015 22:02:22 -0300 Subject: [PATCH 2/6] Update extension.js --- extension.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension.js b/extension.js index 973bf2879..16561b723 100644 --- a/extension.js +++ b/extension.js @@ -66,7 +66,7 @@ autoskip: false, smartSkip: true, cmdDeletion: true, - maximumAfk: 120, + maximumAfk: 60, afkRemoval: true, maximumDc: 60, bouncerPlus: true, @@ -80,7 +80,7 @@ voteSkipLimit: 10, historySkip: false, timeGuard: true, - maximumSongLength: 10, + maximumSongLength: 1.5, autodisable: true, commandCooldown: 30, usercommandsEnabled: true, From 5e1421c06dc0c0c359dc2ad5b33b12f0b4f05759 Mon Sep 17 00:00:00 2001 From: BotTest Date: Sun, 12 Jul 2015 00:54:06 -0300 Subject: [PATCH 3/6] Update extension.js --- extension.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension.js b/extension.js index 16561b723..f61db5b0a 100644 --- a/extension.js +++ b/extension.js @@ -58,7 +58,7 @@ localStorage.setItem("basicBotsettings", JSON.stringify({ botName: "Bot Teste", language: "portuguese", - chatLink: "https://rawgit.com/BotTest/basicBot/master/lang/pt.json", + chatLink: "https://rawgit.com/BotTest/BotTestFu/master/lang/pt.json", startupCap: 1, // 1-200 startupVolume: 0, // 0-100 startupEmoji: false, // true or false @@ -120,6 +120,6 @@ })); //Start the bot and extend it when it has loaded. - $.getScript("https://rawgit.com/BotTest/basicBot/master/basicBot.js", extend); + $.getScript("https://rawgit.com/BotTest/BotTestFu/master/basicBot.js", extend); }).call(this); From 9e5a14f8540ebefe6563b60cb2a25324cec2ee0c Mon Sep 17 00:00:00 2001 From: BotTest Date: Sun, 12 Jul 2015 01:05:36 -0300 Subject: [PATCH 4/6] Update extension.js --- extension.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.js b/extension.js index f61db5b0a..cfa76058f 100644 --- a/extension.js +++ b/extension.js @@ -61,7 +61,7 @@ chatLink: "https://rawgit.com/BotTest/BotTestFu/master/lang/pt.json", startupCap: 1, // 1-200 startupVolume: 0, // 0-100 - startupEmoji: false, // true or false + startupEmoji: true, // true or false autowoot: true, autoskip: false, smartSkip: true, From 4063a4e6a6821965fc5630e18d23e10e05f7d34d Mon Sep 17 00:00:00 2001 From: BotTest Date: Sun, 12 Jul 2015 12:52:50 -0300 Subject: [PATCH 5/6] Update extension.js --- extension.js | 1 + 1 file changed, 1 insertion(+) diff --git a/extension.js b/extension.js index cfa76058f..673180a18 100644 --- a/extension.js +++ b/extension.js @@ -69,6 +69,7 @@ maximumAfk: 60, afkRemoval: true, maximumDc: 60, + thorInterval: 10, bouncerPlus: true, blacklistEnabled: true, lockdownEnabled: false, From 625383ea3aee367aa8ed6fd3f07e288b98b4cf3f Mon Sep 17 00:00:00 2001 From: BotTest Date: Sun, 12 Jul 2015 13:19:05 -0300 Subject: [PATCH 6/6] Update extension.js --- extension.js | 1 - 1 file changed, 1 deletion(-) diff --git a/extension.js b/extension.js index 673180a18..cfa76058f 100644 --- a/extension.js +++ b/extension.js @@ -69,7 +69,6 @@ maximumAfk: 60, afkRemoval: true, maximumDc: 60, - thorInterval: 10, bouncerPlus: true, blacklistEnabled: true, lockdownEnabled: false,