Discord utility bot
Find a file
Frostbide 09d9889b06
Some checks failed
Build and Push Docker Image / docker (push) Has been cancelled
Fix logging not being disableable for console commands
2025-07-14 06:36:52 -07:00
.github/workflows Add build dependencies in dockerfile correctly, remove debugging 2025-05-24 16:10:35 -07:00
src Fix logging not being disableable for console commands 2025-07-14 06:36:52 -07:00
.env.example Switch database to postgres 2025-05-25 15:41:42 -07:00
.gitignore Move to data folder 2025-04-25 12:03:13 -07:00
config.yml Remove grow a garden from config 2025-07-14 06:33:11 -07:00
docker-compose.yml Give terminal to docker 2025-04-25 12:09:43 -07:00
Dockerfile Another attempt 2025-05-24 16:19:11 -07:00
package.json Re-add humanize-duration to fix status command 2025-06-25 03:06:01 -07:00
README.md Switch database to postgres 2025-05-25 15:41:42 -07:00

Frostbot

Frostbot is a discord utility bot If you don't want to run Frostbot yourself, you can add a deployed version to your server here

Running with docker

To start the bot run docker compose up -d --pull always To stop the both run docker compose down To view the console run docker attach frostbot

Running

To run, simply install dependencies with npm install Then run the command npm run start

Requirements

  • chalk
  • creditcard-generator
  • discord.js
  • dotenv
  • fuzzball
  • js-yaml
  • node-fetch
  • qrcode
  • sharp
  • sqlite3
  • cloc
  • xml2js
  • humanize-duration
  • cavas
  • pg