Red v2 - TheNineTail/Red-DiscordBot GitHub Wiki
THIS IS NOT THE WIKI YOU'RE LOOKING FOR! For the current wiki go here
###How to try out the new version:
These steps 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:
Since Red is now modular, only discord.py is really needed, any other requirement is dependent on other specific modules. If you're not interested in them, you can disregard their requirements as well.
Basic requirements:
pip3 install git+https://github.com/Rapptz/discord.py@async
discord.py must be up to date.
cogs.audio 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 2 3 4) and put them in the main folder "Red-DiscordBot_v2".
cogs.image requirements:
pip3 install imgurpython
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 <category>
and help <command>
also work (case sensitive!)