A discord bot designed to be easy to set up, but full of features.
- Make the
docker-compose.yamlfile:
services:
bot:
image: "jamesatjaminit/jam-bot:latest"
env_file:
- .env
restart: unless-stopped
ports:
- 3000:3000- Copy the env file from
.env.example.envand fill out - Run the bot:
docker-compose up -d
- Pull the changes:
docker-compose pull - Restart:
docker-compose up -d
- Clone the repo
git clone https://github.com/jamesatjaminit/Jam-Bot - Install deps
pnpm install - Copy the env file from
.env.exampleto.envand fill out - Compile typescript:
pnpm build - Generate prisma client:
pnpx prisma generate - Run the bot:
pnpm start
- More modlogs
- Move twitch notifs to per guild