/mods

Mods for DBS

Primary LanguageJavaScript

Mods

This repo serves to house mods for DBS. Please see example_mod.js to see how modding works in DBS. DBS does not hold responsibility for the content and effects of 3rd party mods you install.

To install mods:

  1. Download this repo by clicking the "Clone or Download" button on the repo homepage download
  2. Locate the javascript (.js) file for the mod(s) you want to add inside the mods folder of this repo.
  3. Copy that file(s).
  4. Open the BotFiles folder for the bot you want to add the mods to. This folder will be located in the location you chose to create the bot in.
  5. Paste the js files inside the "mods" folder inside BotFiles (/BotFiles/mods).
  6. Now open DBS (restart it if it was open already), and you will now be able to add responses of the type of mod(s) you added, just like any other response in DBS.
  7. Done!