hax4dazy / Dont-Be-Like-This

Re-creation of Slluxx's discord bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dont Be Like This

Because slluxx forgot to upload the source code to GitHub đź’€

Run the container

Docker Compose

version: '3.7'

services:
  app:
    image: hax4dayz/dont-be-like-this
    volumes:
      - database:/app/db
    environment:
      BOT_TOKEN: putyourtokenhere


volumes:
  database:

Build the container yourself

docker build -t YourDockerIOUsername/dont-be-like-this .

About

Re-creation of Slluxx's discord bot

License:GNU General Public License v3.0


Languages

Language:Python 96.6%Language:Dockerfile 3.4%