0.1.5 • Published 2 years ago

esmerald.js v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Esmerald.js

A simple and powerfull library for Discord API

Why use esmerald.js?

  • Simple to use;
  • Beta updates, and easy support;
  • Save ram memory.

Installations

  • Node v16.14+ is required
    npm install esmerald.js
    yarn add esmerald.js
    pnpm add esmerald.js
 
 
## Example

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

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

client.connect();

Links

Make with ❤ by Esmerald Team and with the base of Erla.Js!

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.5

2 years ago

1.0.0

2 years ago