Skip to main content

Welcome

Banner

npm versionnpm downloads

About

Esmerald.js is a powerfull Discord API Library (WIP)

  • Simple to use;
  • Beta updates, and easy support;
  • Save ram memory.
  • Object-oriented (WIP)

Installation

  • Node v16.14+ is required
# Using NPM
npm install esmerald.js

# Using YARN
yarn add esmerald.js

# Using PNPM
pnpm add esmerald.js

Example Usage

Connect:

const { Client, Intents } = require('esmerald.js');

const client = new Client({
token: 'your discord bot token',
intents: [Intents.GUILDS],
})

client.connect();

Make with ❤ by Esmerald Team