Skip to content

Commit

Permalink
Merge branch 'main' into fix/dest-typo-in-gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
soleil-colza committed Jun 8, 2024
2 parents 85f3abc + 9fcda22 commit 5b4b7bf
Show file tree
Hide file tree
Showing 6 changed files with 1,084 additions and 855 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# bot-worker

[![Biome](https://github.com/NID-roid/bot-worker/actions/workflows/biome.yml/badge.svg)](https://github.com/NID-roid/bot-worker/actions/workflows/biome.yml)
[![CI](https://github.com/NID-roid/bot-worker/actions/workflows/ci.yml/badge.svg)](https://github.com/NID-roid/bot-worker/actions/workflows/ci.yml)
[![CodeQL](https://github.com/NID-roid/bot-worker/actions/workflows/codeql.yml/badge.svg)](https://github.com/NID-roid/bot-worker/actions/workflows/codeql.yml)
[![codecov](https://codecov.io/gh/NID-roid/bot-worker/graph/badge.svg?token=QZY0ET2KNU)](https://codecov.io/gh/NID-roid/bot-worker)

## Run bot-worker

### Prerequisites

- Node.js v20.x
- corepack v0.20.0 or later

### Install dependencies

```bash
pnpm install
```

### Production Build

```bash
pnpm build
pnpm start
```

### Development Build with Hot Reload

```bash
pnpm dev
```
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
"node": "^20"
},
"dependencies": {
"discord.js": "^14.15.2",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@biomejs/biome": "^1.7.3",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@biomejs/biome": "^1.8.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.13",
"@types/node": "^20.14.2",
"babel-jest": "^29.7.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.2.5",
"nodemon": "^3.1.2",
"nodemon": "^3.1.3",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
Expand Down
Loading

0 comments on commit 5b4b7bf

Please sign in to comment.