Discord bot for ringwormGO written in Python
- Python3
- Install with
apt-get install python3
if not already installed on GNU/Linux machine, Debain based. - Install with
pacman -S python
if not already installed on GNU/Linux machine, Arch based.
- Install with
- Discord
- Install with
apt-get install discord
if not already installed on GNU/Linux machine, Debain based. - Install with
pacman -S discord
if not already installed on GNU/Linux machine, Arch based. - Or use Discord in web browser (
discord.com
)
- Install with
- hikari
- Install with
pip install hikari
orpip3 install hikari
- Install with
- hikari-lightbulb
- Install with
pip install hikari-lightbulb
orpip3 install hikari-lightbulb
- Install with
- colorama
- Install with
pip install colorama
orpip3 install colorama
- Install with
- Make
.env
file as following:
TOKEN="your bot token goes here"
SERVER_ID=server_id,
- Do not leak your bot token
- Put comma after your server ID because value needs to be tuple
- Run
main.py
file