Setup and install your own Discord Bot with no coding, QUICK and EASY to follow. There's no need design and code your own bot these days, if you simply want your own custom bot then Red Bot is a very viable option. Red also has an extremely active community of coders which have created loads of plugins for our enjoyment. This tutorial details the various ways you can host your bot for FREE without worrying about fees or advertising from 3rd parties.
🔗 LINKS 🔗
-----------------------------------------------------------------------------------
🢂 Red Discord Bot: https://github.com/Cog-Creators/Red-D...
🢂 Plugin Repository: https://cogboard.red/t/approved-repos...
🢂 Raspberry PI: https://www.raspberrypi.org/downloads/
🢂 Virtualbox: https://www.virtualbox.org
🢂 Debian: https://www.debian.org/distrib/
🢂 Discord Developer Portal: / discord
📸 RELATED 📸
-----------------------------------------------------------------------------------
🢂 Install FREE plugins: • Install FREE plugins for Red Discord Bot
🢂 Install Debian on Virtualbox: • Install Debian on Virtualbox
🌄 SOCIALS 🌄
-----------------------------------------------------------------------------------
🢂 Twitter: / nerdlite_
📋 INSTRUCTIONS 📋
-----------------------------------------------------------------------------------
0:00 - Intro
0:54 - Install Paths
1:24 - Raspberry PI Config
1. 2:58 - GENERAL PACKAGE UPDATES
sudo apt update
2. 3:10 - INSTALL PRE-REQUISITES
sudo apt -y install make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev \
libsqlite3-dev wget curl llvm libncurses5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev \
libffi-dev liblzma-dev libgdbm-dev uuid-dev python3-openssl git openjdk-11-jre-headless
CXX=/usr/bin/g++
3. 3:24 - DOWNLOAD & UPDATE PYENV
command -v pyenv && pyenv update || curl https://pyenv.run | bash
4. 3:35 - ADD PYENV TO LOAD PATH
sudo nano ~/.bashrc
CTRL + X -- to exit
Y -- to save
ENTER -- to confirm filename
sudo reboot
5. 4:32 - INSTALL PYTHON
CONFIGURE_OPTS=--enable-optimizations pyenv install 3.8.5 -v
6. 4:59 - SET PYENV VERSION
pyenv global 3.8.5
7. 5:06 - CREATE VIRTUAL ENVIRONMENT
python3.8 -m venv ~/redenv
8. 5:16 - ACTIVATE VIRTUAL ENVIRONMENT
source ~/redenv/bin/activate
9. 5:35 - INSTALL BOT PRE-REQUISITES
python -m pip install -U pip setuptools wheel
10. 5:48 - INSTALL DISCORD BOT
python -m pip install -U Red-DiscordBot
11. 6:14 - REDBOT SETUP
redbot-setup
12. 7:32 - STARTING THE BOT
redbot [your instance name]
🎵 MUSIC 🎵
-----------------------------------------------------------------------------------
Soundcloud: soundcloud.com/squired
Twitter: twitter.com/squiredmusic
Facebook: facebook.com/squiredmusic
Instagram: instagram.com/squiredmusic
Spotify: spoti.fi/2wMKaPX
Watch video How to make a Discord Bot [NO CODING] online without registration, duration hours minute second in high quality. This video was added by user NerdLITE 10 October 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 11,85 once and liked it 20 people.