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

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 framework to use in your bot!

  • 1.1.42
  • npm
  • Socket score

Version published
Weekly downloads
13
decreased by-23.53%
Maintainers
2
Weekly downloads
 
Created
Source

Erine

A powerful command framework for discord.js

Install

npm install erine

Features

  • Hybrid Commands
  • Hybrid Groups
  • Command Handler
  • Events Handler
  • Plugins
  • Discord.py interface
  • Prefix interpreter
  • Context base class

Example (Setup)

const { ErineClient } = require('erine');
const { GatewayIntentBits } = require('discord.js');
const { Guilds, GuildMessages, MessageContent } = GatewayIntentBits;

const client = new ErineClient({
  intents: [
    Guilds,
    GuildMessages,
    MessageContent
  ],
  prefix: '!'
});

client.login('TOKEN');

Check the documentation for more information.

Disclaimer

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

🌙 Made by Moonlight Group members.

  • Cyberghxst#2683
  • Mid#1044

Keywords

FAQs

Package last updated on 11 Mar 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