Extra modifications and enhancements for Discord Bot Maker. Mods you won't find on the DBM Network!

Overview

Shows an illustrated sun in light color mode and a moon with stars in dark color mode.

DBM Extended Loop

Contributors Latest Release License
Support Server

DBM Extended is a open source project meant to enhance and extend Discord Bot Maker.

Downloads

This repository is not meant to be downloaded or cloned. Please follow the installation guide below.

  1. Download the package you need:
Package Download Link
Actions Download
Events Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.
Extensions Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.
Themes Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.
Tools Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.
Scripts Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.
  1. In the top bar of Discord Bot Maker, click Project → Open Directory of your corresponding package (e.g. Open Actions Directory)
  2. Extract the contents of the .zip file into the folder you just opened (Overwrite existing files if asked)
  3. Read the mods guides and dependencies and make sure to install all of them

You will need to repeat this process for all of your projects

Support

👍🏻 If you're using this project & happy with it or you appreciate what I do and wish to support my work, you can consider by

  • Support To Buy Ko-fi 🍵
  • Buy Me A Coffee ☕️
  • Become a Patreon 🫖

⭐️ Starring & Sharing the project is also appreciated. Thanks! ❤️

Contribution

I will be open to any contribution. If you have any idea, please let me know. Please follow this steps to Contribute

Contributors Display

Thanks

All the developers who made different Libraries, Packages, Tools & APIs. Specially

Disclaimers

forthebadge forthebadge forthebadge forthebadge forthebadge forthebadge forthebadge forthebadge forthebadge forthebadge

License

This project is under GPL-3.0 License.

Comments
  • Error within run_sql_query_MOD

    Error within run_sql_query_MOD

    The two mod files conflict each other. And i overwrote the DBM mods one, and now it errors.

    https://raw.githubusercontent.com/dbm-network/mods/master/actions/run_sql_query_MOD.js

    https://raw.githubusercontent.com/DBM-Extended/mods/main/actions/run_sql_query_MOD.js

    image

    opened by master3395 3
  • Updated Metadata

    Updated Metadata

    Updated Metadata

    Please describe the changes this PR makes and why it should be merged:

    Status

    • [ ] Code changes have been tested against the Discord API and the discord.js wrapper, or there are no code changes
    • [ ] Documentation has been added/modified, or there is nothing to change (docs/mods.json)

    Semantic versioning classification:

    • [ ] This PR changes DBM's interface (methods or parameters added to default methods)
    • [ ] This PR only includes non-code changes, like changes to documentation, README, etc.
    opened by master3395 1
  •  Updated metadata version

    Updated metadata version

    Updated metadata version

    Please describe the changes this PR makes and why it should be merged:

    Status

    • [ ] Code changes have been tested against the Discord API and the discord.js wrapper, or there are no code changes
    • [ ] Documentation has been added/modified, or there is nothing to change (docs/mods.json)

    Semantic versioning classification:

    • [ ] This PR changes DBM's interface (methods or parameters added to default methods)
    • [ ] This PR only includes non-code changes, like changes to documentation, README, etc.
    opened by master3395 1
  • Update bot.js

    Update bot.js

    Removed discord link in error, replaced with "right person"

    Please describe the changes this PR makes and why it should be merged:

    Status

    • [ X ] Code changes have been tested against the Discord API and the discord.js wrapper, or there are no code changes
    • [ X ] Documentation has been added/modified, or there is nothing to change (docs/mods.json)

    Semantic versioning classification:

    • [ ] This PR changes DBM's interface (methods or parameters added to default methods)
    • [ X ] This PR only includes non-code changes, like changes to documentation, README, etc.
    opened by master3395 0
  • Update bot.js

    Update bot.js

    Update bot.js

    Please describe the changes this PR makes and why it should be merged:

    Status

    • [ ] Code changes have been tested against the Discord API and the discord.js wrapper, or there are no code changes
    • [ ] Documentation has been added/modified, or there is nothing to change (docs/mods.json)

    Semantic versioning classification:

    • [ ] This PR changes DBM's interface (methods or parameters added to default methods)
    • [ ] This PR only includes non-code changes, like changes to documentation, README, etc.
    opened by master3395 0
  • Updated Metadata & Link

    Updated Metadata & Link

    This commit updates metadata and the link to this repository.

    Please describe the changes this PR makes and why it should be merged:

    Status

    • [ ] Code changes have been tested against the Discord API and the discord.js wrapper, or there are no code changes
    • [ ] Documentation has been added/modified, or there is nothing to change (docs/mods.json)

    Semantic versioning classification:

    • [ ] This PR changes DBM's interface (methods or parameters added to default methods)
    • [ ] This PR only includes non-code changes, like changes to documentation, README, etc.
    opened by master3395 0
  • Update metadata

    Update metadata

    Update metadata

    Please describe the changes this PR makes and why it should be merged:

    Status

    • [ ] Code changes have been tested against the Discord API and the discord.js wrapper, or there are no code changes
    • [ ] Documentation has been added/modified, or there is nothing to change (docs/mods.json)

    Semantic versioning classification:

    • [ ] This PR changes DBM's interface (methods or parameters added to default methods)
    • [ ] This PR only includes non-code changes, like changes to documentation, README, etc.
    opened by master3395 0
  • TypeError: Cannot read properties of undefined (reading 'ChartJS')

    TypeError: Cannot read properties of undefined (reading 'ChartJS')

    TypeError: Cannot read properties of undefined (reading 'ChartJS') canvas_generate_graph_MOD.js canvas_image_recognize_MOD.js

    ChartJS is installed using npm.

    2|nt-canary  | TypeError: Cannot read properties of undefined (reading 'ChartJS')
    2|nt-canary  |     at Object.mod (/home/dashboard.newstargeted.com/public_html/nt2/actions/canvas_generate_graph_MOD.js:172:29)
    2|nt-canary  |     at /home/dashboard.newstargeted.com/public_html/nt2/bot.js:1337:18
    2|nt-canary  |     at Array.forEach (<anonymous>)
    2|nt-canary  |     at /home/dashboard.newstargeted.com/public_html/nt2/bot.js:1326:25
    2|nt-canary  |     at Array.forEach (<anonymous>)
    2|nt-canary  |     at Object.Actions.initMods (/home/dashboard.newstargeted.com/public_html/nt2/bot.js:1325:25)
    2|nt-canary  |     at Object.Files.startBot (/home/dashboard.newstargeted.com/public_html/nt2/bot.js:2736:13)
    2|nt-canary  |     at Object.<anonymous> (/home/dashboard.newstargeted.com/public_html/nt2/bot.js:3746:7)
    2|nt-canary  |     at Module._compile (node:internal/modules/cjs/loader:1103:14)
    2|nt-canary  |     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1155:10)
    2|nt-canary  | TypeError: Cannot read properties of undefined (reading 'TesseractJS')
    2|nt-canary  |     at Object.mod (/home/dashboard.newstargeted.com/public_html/nt2/actions/canvas_image_recognize_MOD.js:143:29)
    2|nt-canary  |     at /home/dashboard.newstargeted.com/public_html/nt2/bot.js:1337:18
    2|nt-canary  |     at Array.forEach (<anonymous>)
    2|nt-canary  |     at /home/dashboard.newstargeted.com/public_html/nt2/bot.js:1326:25
    2|nt-canary  |     at Array.forEach (<anonymous>)
    2|nt-canary  |     at Object.Actions.initMods (/home/dashboard.newstargeted.com/public_html/nt2/bot.js:1325:25)
    2|nt-canary  |     at Object.Files.startBot (/home/dashboard.newstargeted.com/public_html/nt2/bot.js:2736:13)
    2|nt-canary  |     at Object.<anonymous> (/home/dashboard.newstargeted.com/public_html/nt2/bot.js:3746:7)
    2|nt-canary  |     at Module._compile (node:internal/modules/cjs/loader:1103:14)
    2|nt-canary  |     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1155:10)
    

    image

    opened by master3395 0
Releases(2.1.0)
  • 2.1.0(May 28, 2022)

    DBM Extended V 2.1.0

    Hello there, we hope you like these mods, if you find any bugs or would like to help us by improving existing mods or adding new ones, please open an issue or a pull request, we will accept any improvements!

    Instructions

    1. Download the package
    2. In the top bar of Discord Bot Maker, click Project → Open Directory of your corresponding package (e.g. Open Actions Directory)
    3. Extract the contents of the .zip file into the folder you just opened (Overwrite existing files if asked)

    What's new?

    ● Updated metadata and information. ● A modded "Multi Check Variable" that provides new comparison types. ● Modded bot client to improve performance.

    Remember to restart DBM after install everything.

    ● Added Multi Check Variable Mod ● Added Modded Bot Client ● Updated Metadata

    Full Changelog: https://github.com/DBM-Extended/mods/compare/2.0.0...Stable

    Source code(tar.gz)
    Source code(zip)
    DBMExtended-Actions.zip(334.95 KB)
    DBMExtended-Client.zip(106.85 KB)
  • 2.0.0(May 22, 2022)

    DBM Extended V 2.0.0

    Hello there, we hope you like these mods, if you find any bugs or would like to help us by improving existing mods or adding new ones, please open an issue or a pull request, we will accept any improvements!

    Instructions

    1. Download the package
    2. In the top bar of Discord Bot Maker, click Project → Open Directory of your corresponding package (e.g. Open Actions Directory)
    3. Extract the contents of the .zip file into the folder you just opened (Overwrite existing files if asked)

    What's new?

    ● The old anchor mods from DBM-Mods are now compatible with action anchors (default ones). ● The comparison types available on previous check parameters and check variable mods are now back. ● You can now add visible descriptions on the "go to anchor" and "action anchor" actions.

    This means that you do not need to change any of these when updating, they will just work.

    ● Added Action Anchor Mod ● Added Action Container Color Comment Mod ● Added Anchor Create Mod ● Added Anchor Jump Mod ● Added Await Interaction Mod ● Added Check Custom Data Mod ● Added Check Parameters Mod ● Added Check Variable Mod ● Added Control Custom Data Mod ● Added Create Custom Data Mod ● Added Disconnect User Mod ● Added End Action Container Mod ● Added End Action Sequence Mod ● Added End If Ended Mod ● Added Go To Anchor Mod ● Added Run Script Colorable Mod ● Added Send Message Mod ● Added Show Modal Mod ● Added Store Custom Data Mod ● Added Store Voice Channel Info Mod

    Source code(tar.gz)
    Source code(zip)
    DBMExtended.zip(145.66 KB)
Owner
DBM Extended
Unofficial mods, themes and tools for Discord Bot Maker.
DBM Extended
Notes may contain grammatical errors and some wont make sense and will only make sense to me

This is my own notes containing all the information and knowledge I've gained during my studying sessions. The notes are all topics that relates to technology such as computers, software or programming.

null 126 Dec 15, 2022
Plugin builder that compiles to several different discord client mods.

Builder Plugin builder that compiles to several different discord client mods. Supports Powercord Unbound Asstra BetterDiscord Installation git submod

Strencher 5 Dec 1, 2022
Grupprojekt för kurserna 'Javascript med Ramverk' och 'Agil Utveckling'

JavaScript-med-Ramverk-Laboration-3 Grupprojektet för kurserna Javascript med Ramverk och Agil Utveckling. Utvecklingsguide För information om hur utv

Svante Jonsson IT-Högskolan 3 May 18, 2022
Hemsida för personer i Sverige som kan och vill erbjuda boende till människor på flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 4 May 3, 2022
Kurs-repo för kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

null 14 Jan 3, 2023
Fully version of github profile trophy, more modifications and improvements are added

Quick Start Do you know a version of Github Profile Trophy (ryo-ma), this version will allows you to show all secret trophies instead of hidden it. Mo

Lục Thiên Phong 16 Dec 24, 2022
An ingame overlay with a lot of enhancements for your daily gameplay

LostArkOverlay This project was generated using Nx. ?? Smart, Extensible Build Framework Quick Start & Documentation Nx Documentation 10-minute video

Pascal M 7 Sep 24, 2022
Using a Leap Motion Controller from Ultraleap for finger tracking in VRChat without mods

Leap Motion Controller finger tracking for VRChat OSC Using a Leap Motion Controller from Ultraleap for finger tracking in VRChat without mods. Descri

adeleine 28 Dec 31, 2022
Simple but Complete & Fast network monitor for your home network

netmon Netmon is an opensource project for protecting and monitoring your home network. Netmon is written to run on a Raspberry PI and is optimized to

Tommaso Ventafridda 9 Jul 6, 2022
DevArms - a collection of developer utils that gives you extra arms to reach more in your tasks

DevArms is a collection of developer utils that gives you extra arms to reach more in your tasks. It runs completely offline, and cross-platform across Windows, Mac and Linux. Written in Rust, React. Powered by Tauri.

Qiushi Pan 82 Dec 18, 2022
Open-source resume maker, with dynamic view and templates

An open source resume maker with dynamic preview and multiple templates. About This project was created to help people create a resume without having

Gabriel Castilho 18 Dec 29, 2022
It's just a pizza maker API

Express with typescript template This repository is a starting point for those who want to do an express project using typescript. You can colaborate

Richard Marques 2 Sep 28, 2021
Diagram-maker - A library to display an interactive editor for any graph-like data.

Diagram Maker Diagram Maker is a library to display an interactive editor for any graph-like data. Following is a screenshot from one of the consumers

Amazon Web Services - Labs 2.3k Dec 27, 2022
GPRM : GitHub Profile ReadMe Maker

?? Best Profile Generator, Create your perfect GitHub Profile ReadMe in the best possible way. Lots of features and tools included, all for free ! ??

Vishwa Gaurav 338 Jan 3, 2023
Add multiple languages support for RPG Maker MV games.

============================================================================ __ __ _ _ _ _ |

Nozaki Yuu (野崎悠) 2 Dec 19, 2022
Markdown note maker (with Git sync) using Tauri.

Mediocre Markdown note maker (with Git sync) using Tauri. Screens Tech Stack Frontend Monaco Editor for the editor interface Chakra UI library Redux T

Nilay Savant 14 Dec 6, 2022
fardin 8 Oct 18, 2022
Seamless and lightweight parallax scrolling library implemented in pure JavaScript utilizing Hardware acceleration for extra performance.

parallax-vanilla.js Seamless and lightweight parallax scrolling library implemented in pure JavaScript utilizing Hardware acceleration for extra perfo

Erik Engervall 91 Dec 16, 2022