1.10.2 • Published 1 year ago

eris-boreas v1.10.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

eris-boreas

npm package Build Status Downloads Issues Code Coverage Commitizen Friendly Semantic Release

This project is a base library to enable discord microservices using the Smalltalk Conversational Protocol

Install

npm install eris-boreas

Usage

import { ErisClient } from 'eris-boreas';
import { Client } from 'discord.js';

class MyClient extends ErisClient {
  get name() {
    return 'MyClient';
  }
}

const discordClient = new Client();
const erisClient = new MyClient(discordClient);
erisClient.bot.login('my secret discord bot token');

For instructions on acquiring a token, see the discord.js documentation.

1.10.2

1 year ago

1.10.1

1 year ago

1.10.0

1 year ago

1.9.1

2 years ago

1.9.0

2 years ago

1.8.1

2 years ago

1.8.0

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.5.2

2 years ago

1.6.0

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.9.5

2 years ago

1.9.4

2 years ago

1.9.3

2 years ago

1.9.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago