Add Discordx init

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
Louis Hollingworth 2023-05-02 19:59:36 +01:00
parent 6c9841ced0
commit 429504787a
Signed by: lucxjo
GPG key ID: B140F8923EF88DA9
9 changed files with 874 additions and 0 deletions

7
docker-compose.yml Normal file
View file

@ -0,0 +1,7 @@
version: "3"
services:
app:
build: .
command: node build/main.js
environment:
- BOT_TOKEN=${BOT_TOKEN}