Skip to content

jpdown/Slowmander

Repository files navigation

Slowmander

Discord bot written in TypeScript

Deploying

Using docker:

docker run -d \
    --name=slowmander \
    --restart=unless-stopped \
    -v /path/to/data:/data \
    ghcr.io/jpdown/slowmander:main

Using docker-compose:

version: "3"
services:
  slowmander:
    image: ghcr.io/jpdown/slowmander:main
    restart: unless-stopped
    volumes:
      - "/path/to/data:/data"

The bot token must be put into the credentials.json file generated on launch.

About

Discord bot written in TypeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 3

  •  
  •  
  •  

Languages