RED Bot - COGS to make things more fun!
Before you proceed to the bot installation you will need these things separately:
- RED Bot
- FFmpeg
- Pillow (None of the cogs require it for now.)
- Python (in some cases)
- GIT
[Python]
sudo apt-get install python3.6
sudo apt-get update
[Pillow]
sudo apt install python3-pil (ubuntu)
pip3 install Pillow (all other)
[FFmpeg]
git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
[GIT] (if needed)
sudo apt-get install git
Then you will need to write this command in chat when RED BOT is started. [p] stands for prefix.
[p]cog repo add Syxcogs https://github.com/javascripto/syxcogs
After that there is a chance that you will need to write "I agree" so it adds to repos. Since repo now is installed you can go ahead and install different cogs with command bellow.
[p]cog install Syxcogs [cog]
Example of cog installation:
*cog install Syxcogs hug
[p]hug
[p]bite
[p]mad
[p]punch
ect
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
2018-06-13
- Added Ship
2018-06-12
- Added Bite
- Added Pout
- Added Punch
- Added Slap
- Syx (Main developer of Syxcogs)
- Martinho23 (Developer of Syxcogs)