diff --git a/extension.js b/extension.js index fae7c6bb3..80da5a82d 100644 --- a/extension.js +++ b/extension.js @@ -1,13 +1,13 @@ (function () { // Change this to your GitHub username so you don't have to modify so many things. - var fork = "basicBot"; + var fork = "Deniability"; // Define our function responsible for extending the bot. function extend() { // If the bot hasn't been loaded properly, try again in 1 second(s). if (!window.bot) { - return setTimeout(extend, 1 * 1000); + return setTimeout(extend, 5 * 1000); } // Precaution to make sure it is assigned properly. @@ -46,7 +46,7 @@ //Change the bots default settings and make sure they are loaded on launch localStorage.setItem("basicBotsettings", JSON.stringify({ - botName: "basicBot", + botName: "MooBot", language: "english", chatLink: "https://rawgit.com/basicBot/source/master/lang/en.json", scriptLink: "https://rawgit.com/basicBot/source/master/basicBot.js", @@ -55,26 +55,26 @@ startupVolume: 0, // 0-100 startupEmoji: false, // true or false autowoot: true, - autoskip: false, + autoskip: true, smartSkip: true, cmdDeletion: true, maximumAfk: 120, - afkRemoval: true, + afkRemoval: false, maximumDc: 60, bouncerPlus: true, - blacklistEnabled: true, + blacklistEnabled: false, lockdownEnabled: false, lockGuard: false, maximumLocktime: 10, - cycleGuard: true, + cycleGuard: false, maximumCycletime: 10, - voteSkip: false, - voteSkipLimit: 10, - historySkip: false, + voteSkip: true, + voteSkipLimit: 5, + historySkip: true, timeGuard: true, maximumSongLength: 10, autodisable: true, - commandCooldown: 30, + commandCooldown: 15, usercommandsEnabled: true, skipPosition: 3, skipReasons: [ @@ -90,8 +90,8 @@ afkRankCheck: "ambassador", motdEnabled: false, motdInterval: 5, - motd: "Temporary Message of the Day", - filterChat: true, + motd: "terrible music, terrible people", + filterChat: false, etaRestriction: false, welcome: true, opLink: null,