This is basically a awful little discord.py bot I cobbled together over a few weekends of free time one day that I decided, "hey, why not try use this as a project to understand python more!" So yeah here we are.
If you want to run this, here's the steps in order. NOTE: You will need an existing Discord bot for this to work. If you don't know how to do that, sigh, here
- Clone this repo using
git clone https://github.com/CrazycatASG/fingerbot.git
- Run
pip install -r requirements.txt
to install the required dependencies. - Create a .env file, and create a variable named TOKEN (in full caps!!!), and paste your bot token in there.
- That should be it. Run
py main.py
to get started