From 2c5e26d7b9fff39bcebfc56045e7484c224b96de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj?= Date: Thu, 21 Sep 2017 04:24:32 +0200 Subject: [PATCH] Better formatting --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 300ba5b13..cd964288b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -# basicBot (custom) -> A not so basic bot for plug.dj +![basicBot](https://i.imgur.com/efwl0PS.png) --- @@ -17,7 +16,9 @@ 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. @@ -25,7 +26,7 @@ A detailed overview of the possible settings can be found [here](https://github. (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). @@ -39,4 +40,4 @@ bot.logNewBlacklistedSongs(); //get a list Copyright --------- -Copyright © 2014-2016 basicBot +Copyright © 2014-2017 basicBot