mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Created Red v2 (markdown)
parent
bba7455d3b
commit
34c3e88e0e
30
Red-v2.md
Normal file
30
Red-v2.md
Normal file
@ -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 <category>` and `help <command>` also work (case sensitive!)
|
||||||
Loading…
x
Reference in New Issue
Block a user