Discord Bot with own warn system, economical system inbuilt music features and more!
SETUP:
-
Clone the repo on your device
-
Create a .env file and add these lines of information:
discord_token = "YOUR BOT TOKEN"
authserver = YOUR MAIN SERVER ID
developerid = YOUR USER ID
-
optionally deploy the repo to your server
-
if you want to run it on your home device run the command: pip install -r requirements.txt
-
start the bot with python main.py
-
Have fun!... And praise Derps
The easiest way to run the docker image
-
Clone the repository and cd to the directory
git clone https://github.com/StarshinePony/Derpy-Bot && cd Derpy-Bot -
Build the Dockerfile
docker build -t derpybot . -
Run the Docker image
docker run -d --restart always derpybot