Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
darwinx64 committed Sep 9, 2024
1 parent 247f187 commit b4c64b1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# huskbot
Judges messages and husks them if needed
Judges messages with AI and husks them if needed

# Usage
Make a .env file, and fill out the following:

```env
TOKEN=Discord bot token
CF_WORKER=LLM cloudflare worker
HUSK=Husk emoji
```

Install and run:

`bun i`

`bun run prod` or `bun run dev`
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"module": "index.ts",
"type": "module",
"scripts": {
"dev": "bun --watch index.ts"
"dev": "bun --watch index.ts",
"prod": "bun index.ts"
},
"devDependencies": {
"@types/bun": "latest"
Expand Down

0 comments on commit b4c64b1

Please sign in to comment.