Skip to content

Zackattak01/CheeseBot

Repository files navigation

CheeseBot

Line Count

Just a bot made to kill time and practice.

Example Config

{
  "discord": {
    "token": "Your Discord Token"
  },
  
  "postgres": {
    "connection_string": "Your connection string"
  }
}

Docker

To run the docker image a config.json must be mounted. For full functionality a proper timezone must be set. To use plugins mount a Plugins folder.

$ docker run -d \
    --name cheesebot \
    -v /path/to/config.json:/App/config.json \
    -v /path/to/Plugins:/App/Plugins \
    -e "TZ=America/New_York" \
    zbroderson/cheesebot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages