Manager
Manager Setup
Install dependencies, configure allowed guilds and integrations, import sql.sql, and start Manager.
Quick start#
- Extract Manager into a private directory.
- Run
npm install. - Create the Discord application and copy the token and Application ID.
- Open
config.js, replace placeholders, and configureallowedGuildsbefore inviting the bot. - Create MySQL or MariaDB storage and import
sql.sql. - Configure only the optional integrations you actually use.
- Run
npm startand inspect startup logs.