Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open
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
11 changes: 6 additions & 5 deletions 11 README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# basicBot (custom)
> A not so basic bot for plug.dj
![basicBot](https://i.imgur.com/efwl0PS.png)

---

Expand All @@ -17,15 +16,17 @@ Using custom room settings or adding functionality is done by loading your own s
This repository's purpose is to facilitate this. You can fork the repository and customise [the example script](https://github.com/basicBot/custom/blob/master/extension.js).
When you have forked the repo, bookmark the following script, __but change _basicBot_ to your own github handle__.

`javascript:(function(){$.getScript('https://rawgit.com/basicBot/custom/master/extension.js');})();`
```
javascript:(function(){$.getScript('https://rawgit.com/basicBot/custom/master/extension.js');})();
```

If you are using your own hosting service for your script, swap the link with your own.

A detailed overview of the possible settings can be found [here](https://github.com/basicBot/custom/blob/master/settingsOverview.md).

(A custom .json file can still be used for custom file settings, but is discouraged as the method provided here allows for more customization.)

###Blacklists###
### Blacklists

Blacklists can be added in the settings through either links to raw json files with the same format as those in the examples provided (forking and using [rawgit's development link](https://rawgit.com/) is a great way to do this),
or replacing the link with a custom function that loads your lists into the bot (this option requires extensive knowledge of javascript and a good understanding of the bot's inner workings).
Expand All @@ -39,4 +40,4 @@ bot.logNewBlacklistedSongs(); //get a list

Copyright
---------
Copyright © 2014-2016 basicBot
Copyright © 2014-2017 basicBot
Morty Proxy This is a proxified and sanitized view of the page, visit original site.