Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dexare

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dexare

Modular and extendable Discord bot framework

  • 3.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
80
decreased by-12.09%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 18 Apr 2023

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc