The starboard portion of my bot.
This code is licensed under GPLv2. All projects using it MUST remain open source. The code is provided 'as-is', so feel free to modify it as much as you like.
If you are looking for StarBamiel
from the C418 server,
visit GitLab/StarBamiel
Here is how to install and set up the bot.
- Download the zip and unzip it
- Go to python.org and install a version from Python 3.5 to Python 3.8
- Open a command prompt
- Type
py -3 -m pip install -U discord.py
and hit enter. - Follow the
create a bot
instructions below. - Run
py -3 starboard.py
where ever you unzipped it
- Download the zip and unzip it
- Open the terminal
- Run
sudo apt install python3.8 python3-pip -y && python3.8 -m pip install -U discord.py
- Follow the
create a bot
instructions below. - Run
python3.8 starboard.py
- Download the zip and unzip it
- Go to python.org and install a version from Python 3.5 to Python 3.8
- Open the terminal
- Type
python3 -m pip install -U discord.py
and hit enter. - Follow the
create a bot
instructions below. - Run
python3 starboard.py
where ever you unzipped it
- Go to Discord applications
- Click "new application" in the top right
- Name it and all that
- Head to the
bot
category on the left - Click
copy token
below the bot's name - Paste it in the designated area in
starboard.py
- Customize your emojis in
starboard.py
- Enter the channel ID for the starboard to
starboard.py
- Enter the bot prefix for the bot. This will do nothing.
- Enter the stars count in
starboard.py