This repository has been archived on 2026-01-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
frostbot/README.md
2025-05-25 15:41:42 -07:00

34 lines
702 B
Markdown

# 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](https://discord.com/oauth2/authorize?client_id=1247749058941157377)
## 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`