Note: This project is under active development, nothing is guaranteed to work as expected.
This is a very very very alpha Discord bot with special abilities. This project uses pnpm package manager. Documentation is not ready, please try your best to understand my spaghetti code...
First, lint the project to check for possible errors (I assume that you are developing this project. If not, kindly skip that step):
# It should give bunch of errors (ignore them 🤓)
pnpm lintThen you can copy config.example.yml to config.yml and fill the config to start the bot:
# Install the packages once
pnpm install
# Start the project
pnpm start