Nookure Studios official discord bot ✨
This bot is made for the automatization of the Nookure Studios discord server support, storing common errors and solutions, and providing a better experience for the users.
- '/about' - Shows information about the bot.
- Bun - A simple and fast js runtime
- Docker (optional) - For the usage of the development environment
bun dev
- Start the bot in development modebun dev:hmr
- Start the bot in development mode with hot module replacementbun start
- Start the bot in production modebun lint
- Checks errors in the code stylebun lint:fix
- Fix linting errors