This repository has been archived by the owner on Jan 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters