Go to file
Hri7566 181b0403c7 Update lockfile 2024-03-09 03:00:52 +01:00
config Add Discord bot, give command (disabled) 2024-03-08 20:58:15 -05:00
prisma Add kekklefruit (no item behavior yet) 2024-03-05 14:27:46 -05:00
scripts Implement autofishing and Pokédex 2024-02-24 11:12:23 -05:00
src Add Discord bot, give command (disabled) 2024-03-08 20:58:15 -05:00
test/api/data Make fish work 2024-02-22 20:27:51 -05:00
.gitignore init 2024-02-14 20:01:36 -05:00
.prettierrc init 2024-02-14 20:01:36 -05:00
README.md Update README.md 2024-03-05 17:22:24 -05:00
bun.lockb Update lockfile 2024-03-09 03:00:52 +01:00
package.json Add Discord bot, give command (disabled) 2024-03-08 20:58:15 -05:00
tsconfig.json stuff 2024-02-15 03:47:35 -05:00

README.md

fishing-api

This is a rewrite of Brandon Lockaby's fishing bot for Multiplayer Piano.

This project is a complete overhaul over the original script.

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

Deployment

Setup the .env file like other projects, then:

bunx prisma db push
bun install
bun run src/index.ts