A simple Discord bot used to assist on Discord Servers
You need to have the following installed on your system:
Python3
Discord.py >= 2.1.0
Python-decouple >= 3.7
- Clone the repository
- Install the requirements
- copy the .env.example file to .env
- Fill in the .env file with your bot token and channel id
- run the bot using the following command
windows
Linux
py main.py
python3 main.py