Socket
Socket
Sign inDemoInstall

dexare

Package Overview
Dependencies
11
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dexare

Modular and extendable Discord bot framework


Version published
Weekly downloads
25
decreased by-37.5%
Maintainers
1
Install size
1.93 MB
Created
Weekly downloads
 

Changelog

Source

[3.0.2] - 2023-04-18

Fixed:

  • Updated dependencies and peer dependency version

Readme

Source

NPM version NPM downloads ESLint status DeepScan grade

Dexare is a Discord bot framework that allows for extensibility. Easily make modules that depend on others or overwrite their functions.

Don't like the built-in features? Make some features yourself! With the module system, you can make sure your handler is used before or after others, or skip other handlers if needed. Documentation for Dexare available.

Features

  • Eventful - hook into events easily and cancel other module's handlers
  • Modular - load modules and depend on others
  • Permissions - define custom permissions along with permissions given by Discord
  • Typed - built with TypeScript, the framework works well with typed classes and environments
  • Commands - built-in command handler that is extendable and customizable

Notes

  • This module serves as a backbone for any future projects. The core features may not suit your needs. but thats what the modules are for!
  • You can use client.logToConsole() to push logs to console, but you can also make a logging module and listen to the logger event.
  • Find Dexare modules on NPM here.

Keywords

FAQs

Last updated on 18 Apr 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc