Socket
Socket
Sign inDemoInstall

erine

Package Overview
Dependencies
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

erine

A powerful discord.js-based command framework to create Discord bots with ease.


Version published
Weekly downloads
11
decreased by-85.14%
Maintainers
2
Weekly downloads
 
Created
Source

Erine

A powerful discord.js-based command framework to create Discord bots with ease.

Install

npm install erine@latest

Features

  • Hybrid Comands
  • Hybrid Groups
  • Command / Event / Interaction Loader
  • Plugins
  • Discord.py interface
  • Prefix Interpreter
  • Context base class
  • Default help command

Example setup

const { Erine, GatewayIntentBits } = require("erine");

const client = new Erine({
    intents: [
        GatewayIntentBits.Guilds,
        GatewayIntentBits.GuildMessages,
        GatewayIntentBits.MessageContent
    ],
    prefix: "!"
});

client.login("TOKEN");

Check the guide for more information.

Disclaimer

Erine is not affiliated or associated with Discord, Discord.js development or any other services.

Keywords

FAQs

Package last updated on 26 Dec 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