34 lines
702 B
Markdown
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`
|