Skip to content

Better formatting #78

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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 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