ProxBot is a Discord bot project designed to enhance user interaction with features like anime card concepts, manga reading, Google searches, anime quotes, and IQ tests.
Powered by NodeJS + Javascript + DigitalOcean + DiscordJS + MangaDex.
Clone the repo and install dependencies:
pnpm install
Start dev server (with hot reloading):
pnpm dev
Build for production with minification to the dist
folder:
pnpm build