If you would like to invite this bot to your server, then click here.
Instructions to install the bot for your own personal use
Start by cloning the repository using the following command:
git clone https://github.com/elfq/Coffee.git
Then rename .env.example
to .env
and open it with a text editor, and change the values.
you may need to check if you can view hidden files on windows to access this file!!!
TOKEN=your_token
DBLToken=your_dbl_token
Don't include any quotes when setting your values!
Windows Setup
Once you're done setting up .env, go to the folder again, and open the setup.bat
file, then it will setup itself. Alternatively you can run:
venv\Scripts\activate.bat
py -3 -m pip install -r requirements.txt
MacOS & Linux setup:
Open up terminal, and locate the folder, once you've located it run the following command.
pip3 install -r requirements.txt
Once all modules finish installing, run python main.py
, and the bot will be setup!
Important
You need to have python installed for this, please go here to install the latest version of python!