Red Discord Bot: CentOS Installation Print

  • 0

Note: For security reasons, do not install Red DiscordBot on the root account.

 

Begin by initiating a terminal session. Now, you'll install some necessary packages. You can copy and paste these commands in line by line:

yum -y groupinstall development

yum -y install https://centos7.iuscommunity.org/ius-release.rpm

yum -y install yum-utils wget which python35u python35u-pip python35u-devel openssl-devel libffi-devel git opus-devel

sh -c "$(wget https://gist.githubusercontent.com/mustafaturan/7053900/raw/27f4c8bad3ee2bb0027a1a52dc8501bf1e53b270/latest-ffmpeg-centos6.sh -O -)"

 

Now, you need to clone the bot:

git clone -b develop --single-branch https://github.com/Twentysix26/Red-DiscordBot.git

 

Next, update the bot requirements:

cd Red-DiscordBot

python3.5 launcher.py

When the bot starts, select "Install requirements", then choose from option 1 or 2.

You'll now need to create a bot account.

To run the bot you'll just need to run the command used earlier:

cd Red-DiscordBot

python3.5 launcher.py

 


Was this answer helpful?

« Back