Skip to content

notbnbn/bnbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bnbot

A discord bot you can play blackjack against.

docker-compose.yml

version: '3'
services:
  bnbot:
    image: "bnbn/bnbot:latest"
    environment:
      BN_TOKEN: "<TOKEN>"
      PG_DBNAME: "<NAME>"
      PG_DBUSER: "<USER>"
      PG_DBPASSWORD: "<PASSWORD>"
      PG_DBHOST: "<IP>"
      PG_DBPORT: "<PORT>"

About

A discord bot that lets you play blackjack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors