Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bender bot #64

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ bot.logNewBlacklistedSongs(); //get a list

Copyright
---------
Copyright © 2014-2015 bscBot
Copyright © 2014-2015 basicTeam
16 changes: 8 additions & 8 deletions extension.js → bender bot program
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function () {

// Change this to your GitHub username so you don't have to modify so many things.
var fork = "bscBot";
var fork = "benderbot";

// Define our function responsible for extending the bot.
function extend() {
Expand Down Expand Up @@ -46,21 +46,21 @@
//Change the bots default settings and make sure they are loaded on launch

localStorage.setItem("basicBotsettings", JSON.stringify({
botName: "basicBot",
botName: "bender bot",
language: "english",
chatLink: "https://rawgit.com/bscBot/source/master/lang/en.json",
scriptLink: "https://rawgit.com/bscBot/source/master/basicBot.js",
roomLock: false, // Requires an extension to re-load the script
startupCap: 1, // 1-200
startupVolume: 0, // 0-100
startupEmoji: false, // true or false
startupVolume: 8, // 0-100
startupEmoji: true, // true or false
autowoot: true,
autoskip: false,
smartSkip: true,
cmdDeletion: true,
maximumAfk: 120,
afkRemoval: true,
maximumDc: 60,
afkRemoval: false,
maximumDc: 120,
bouncerPlus: true,
blacklistEnabled: true,
lockdownEnabled: false,
Expand All @@ -72,7 +72,7 @@
voteSkipLimit: 10,
historySkip: false,
timeGuard: true,
maximumSongLength: 10,
maximumSongLength: 15,
autodisable: true,
commandCooldown: 30,
usercommandsEnabled: true,
Expand All @@ -90,7 +90,7 @@
afkRankCheck: "ambassador",
motdEnabled: false,
motdInterval: 5,
motd: "Temporary Message of the Day",
motd: "to get rcs go to https://rcs.radiant.dj/for basic bot go to https://github.com/bscBot/source"
filterChat: true,
etaRestriction: false,
welcome: true,
Expand Down