Skip to content

ronnyas/thirteenthirtyseven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run directly

export MAINCHANNEL=..
export TOKEN=..
go run main.go 

Docker

docker build -t thirteenthirtyseven .
docker run thirteenthirtyseven

Docker compose

version: "3.9"

services:
  thirteenthirtyseven:
    build:
      context: .
    environment:
      TOKEN: "YOUR-DISCORD-TOKEN"
      MAINCHANNEL: "MAIN-CHANNEL-ID"
      DATABASEPATH: "/app/data/thirteenthirtyseven.db"
    volumes:
      - ./database:/app/data
      - "/etc/localtime:/etc/localtime:ro"
    restart: unless-stopped

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published