The perfect just-about-anything Discord bot.
git clone https://github.com/CRBT-Team/CRBT
pnpm install
pnpm dev
to run it locallypnpm build
to build a production-ready bot/static
contains JSON files and other assets used in the bot/disabled
contains deprecated or cancelled features, put on hold in case I bring them back/src/lib
is for custom functions, constants, and components used throughout the bot/src/modules
is where Purplet modules are contained, and where commands & components are exported. Each directory within maps to a CRBT feature.