npm i
git clone https://github.com/TheLeerName/db-module-core
- Open created
db-module-core
folder - Open terminal in
db-module-core
folder - Choose modules which you want to use:
Name | Link |
---|---|
modules/twitch-notifications |
https://github.com/TheLeerName/db-module-twitch-notifications |
- Run this command with each module you want:
git submodule update --init <module_name>
- Now compile with command:
npx tsc
- Start app with
run.bat
script - App will ask about changing parameters in
config.ini
, so do it and go to next step - Start bot with
run.bat
script again yeah
Question | Answer |
---|---|
How to remove module? | Remove folder of module in modules folder |
How to add specific module? (for example: modules/twitch-notifications ) |
Run command: git submodule update --init modules/twitch-notifications |