Skip to content

Base discord bot library which handles the Smalltalk Conversational Protocol

License

Notifications You must be signed in to change notification settings

SophiaH67/eris-boreas

Repository files navigation

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.

About

Base discord bot library which handles the Smalltalk Conversational Protocol

Resources

License

Stars

Watchers

Forks

Packages

No packages published