archbtw is a discord bot with various utilities
First, you'll need to create a discord bot and get a token. If you don't know how to, you can use this guide: https://discordpy.readthedocs.io/en/latest/discord.html
- Clone the source code with
git clone https://github.com/daniel071/archbtw.git & cd archbtw
- Install required dependencies with
pip install -r requirements.txt
- Create a new file called
.env
and addexport TOKEN=(your token here)
- Run the program with
python main.py