No description
Find a file
2025-12-15 09:56:41 +11:00
commands feat: updated to be a bot rather than just posting as a webhook 2025-12-15 05:03:11 +11:00
constants feat: updated to be a bot rather than just posting as a webhook 2025-12-15 05:03:11 +11:00
schemas feat: updated to be a bot rather than just posting as a webhook 2025-12-15 05:03:11 +11:00
types feat: updated to be a bot rather than just posting as a webhook 2025-12-15 05:03:11 +11:00
.dockerignore feat: updated to be a bot rather than just posting as a webhook 2025-12-15 05:03:11 +11:00
.gitignore feat: updated to be a bot rather than just posting as a webhook 2025-12-15 05:03:11 +11:00
bun.lock feat: updated to be a bot rather than just posting as a webhook 2025-12-15 05:03:11 +11:00
data.db Initial 2025-12-12 00:07:12 +11:00
db.ts feat: updated to be a bot rather than just posting as a webhook 2025-12-15 05:03:11 +11:00
deployCommands.ts feat: updated to be a bot rather than just posting as a webhook 2025-12-15 05:03:11 +11:00
docker-compose.yml feat: updated to be a bot rather than just posting as a webhook 2025-12-15 05:03:11 +11:00
Dockerfile feat: updated to be a bot rather than just posting as a webhook 2025-12-15 05:03:11 +11:00
index.ts feat: updated to be a bot rather than just posting as a webhook 2025-12-15 05:03:11 +11:00
indexParser.ts Initial 2025-12-12 00:07:12 +11:00
package.json feat: updated to be a bot rather than just posting as a webhook 2025-12-15 05:03:11 +11:00
post.ts feat: updated to be a bot rather than just posting as a webhook 2025-12-15 05:03:11 +11:00
README.md Initial 2025-12-12 00:07:12 +11:00
subredditList.ts feat: updated to be a bot rather than just posting as a webhook 2025-12-15 05:03:11 +11:00
tsconfig.json Initial 2025-12-12 00:07:12 +11:00

nsfwoftheday

To install dependencies:

bun install

To run:

bun run index.ts

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