Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 1.02 KB

README.md

File metadata and controls

34 lines (31 loc) · 1.02 KB

Core of my Discord Bot Modules

How to run?

  1. Install git-scm
  2. Install node.js
  3. Open terminal
npm i
git clone https://github.com/TheLeerName/db-module-core
  1. Open created db-module-core folder
  2. Open terminal in db-module-core folder
  3. Choose modules which you want to use:
Name Link
modules/twitch-notifications https://github.com/TheLeerName/db-module-twitch-notifications
  1. Run this command with each module you want:
git submodule update --init <module_name>
  1. Now compile with command:
npx tsc
  1. Start app with run.bat script
  2. App will ask about changing parameters in config.ini, so do it and go to next step
  3. Start bot with run.bat script again yeah

Q/A

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