diff --git a/Red-v2.md b/Red-v2.md new file mode 100644 index 0000000..59a2163 --- /dev/null +++ b/Red-v2.md @@ -0,0 +1,30 @@ +###How to try out the new version: + +[These steps](https://github.com/Twentysix26/Red-DiscordBot/wiki/Installing-with-git) are still valid, except the git clone line. + +Do this instead: +``` +git clone -b develop --single-branch https://github.com/Twentysix26/Red-DiscordBot.git Red-DiscordBot_v2 +``` + +Now, about the [requirements](https://github.com/Twentysix26/Red-DiscordBot/wiki/Requirements): + +Since Red is now modular, only discord.py is really *needed*, any other requirement is dependent on the audio module. If you're not interested in it, disregard all the others. + +**Basic requirements:** +``` +pip3 install git+https://github.com/Rapptz/discord.py@async +``` +**Audio related requirements:** +``` +pip3 install youtube_dl +pip3 install beautifulsoup4 +``` +ffmpeg and opus are no longer bundled with the new version, you'll need to install them separately. +If you can't be bothered to do that, download them from the main branch ([1](https://github.com/Twentysix26/Red-DiscordBot/raw/master/ffmpeg.exe) [2](https://github.com/Twentysix26/Red-DiscordBot/raw/master/ffplay.exe) [3](https://github.com/Twentysix26/Red-DiscordBot/raw/master/ffprobe.exe) [4](https://github.com/Twentysix26/Red-DiscordBot/raw/master/libopus-0.dll)) and put them next to red.py + +####Configuration: + +Once you start Red, the configuration process is very straightforward. If you mess something up and you want to repeat it, just delete settings.json, which is located in data/red and restart Red. + +Use the help command for a general list of commands. `help ` and `help ` also work (case sensitive!) \ No newline at end of file