The title says what it is, I created Shizuka to develop my Discord bots faster using a plugin system, advanced timers and better functionalities for single-server bots (to do).
- You need to install npm dependencies
npm install
-
Rename config-example.json to config.json and edit it with your Discord bot data.
-
Compile TypeScript
npm run build
Simply use the start command:
npm run start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.