A Discord bot, made with Gleam, designed to help manage a pixel art server.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Encourage docker to restart

+1
+1
compose.yml
··· 1 1 services: 2 2 pablo_pixarto_bot: 3 3 build: . 4 + restart: unless-stopped 4 5 volumes: 5 6 - "./db.json:/app/db.json" 6 7 env_file: .env