Skip to content

TheLeerName/db-module-core

Repository files navigation

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

About

Core of my Discord Bot Modules

Resources

Stars

Watchers

Forks