Red Discord Bot: Ubuntu Installation

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

 

Begin by initiating a terminal session. Next, you'll update your Ubuntu VPS and install some necessary packages:

apt-get update

apt-get install python3.5-dev python3-pip build-essential libssl-dev libffi-dev git libopus-dev unzip -y

 

Now you will clone the bot:

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

 

The bot needs to be updated and installed:

cd Red-DiscordBot

python3.5 launcher.py

 

When the bot starts, select "Install requirements" and then choose from options 1 and 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

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

IP rDNS/PTR records

You can configure PTR or Reverse DNS records via the VPS Control Panel under rDNS. The record...

Serial Console

You may wish to use the Serial Console if the SSH console becomes inaccessible. The Serial...

LAMP on CentOS 6

Install Apache Web sudo yum install httpd Edit Apache's httpd.confThe httpd.conf...

LAMP on Debian 7

Install Apache Web sudo apt-get install apache2 Edit Apache's httpd.confThe...

LAMP on Ubuntu 14.04

Install Apache sudo apt-get update sudo apt-get install apache2 Install MySQL...