3
1
Fork
You've already forked pond
4
No description
  • TypeScript 71.5%
  • HTML 23%
  • JavaScript 5.5%
2026年07月04日 21:43:32 +02:00
.vscode attempt to make code betterer 2026年04月23日 13:28:04 -07:00
assets attempt to make code betterer 2026年04月23日 13:28:04 -07:00
client I'm not sure this is going to work like this 2025年10月23日 14:59:13 -07:00
data attempt to make code betterer 2026年04月23日 13:28:04 -07:00
main add auth flow for bot on main_html 2026年04月23日 14:04:54 -07:00
polly cleaning up 2026年03月28日 14:10:55 -07:00
pond Add admin tts voice commands, fix redeems not found from api, and tweak voice redeem handling 2026年07月04日 03:56:52 -04:00
scripts Add admin tts voice commands, fix redeems not found from api, and tweak voice redeem handling 2026年07月04日 03:56:52 -04:00
test Added !admin command and tweaks to allow for easier local running 2026年06月14日 17:17:06 -04:00
.gitignore attempt to make code betterer 2026年04月23日 13:28:04 -07:00
.prettierrc attach commands event emitter 2025年10月25日 22:20:01 -07:00
auth.ts cleaned up auth files 2026年04月23日 13:41:54 -07:00
bun.lock Added !admin command and tweaks to allow for easier local running 2026年06月14日 17:17:06 -04:00
example.env Added !admin command and tweaks to allow for easier local running 2026年06月14日 17:17:06 -04:00
index.ts attempt to make code betterer 2026年04月23日 13:28:04 -07:00
LOCAL.md Added !admin command and tweaks to allow for easier local running 2026年06月14日 17:17:06 -04:00
notes.md I'm not sure this is going to work like this 2025年10月23日 14:59:13 -07:00
package.json update twurple and fix title,category commands 2026年06月03日 18:49:22 -07:00
README.md Added !admin command and tweaks to allow for easier local running 2026年06月14日 17:17:06 -04:00
tsconfig.json initial commit 2025年10月22日 12:14:51 -07:00

pond

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.3.0. Bun is a fast all-in-one JavaScript runtime.

Running locally

To run locally, follow the guide in LOCAL.md

Features