1.10.2 • Published 2 years ago
eris-boreas v1.10.2
eris-boreas
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
2 years ago
1.10.1
2 years ago
1.10.0
2 years ago
1.9.1
3 years ago
1.9.0
3 years ago
1.8.1
3 years ago
1.8.0
3 years ago
1.7.1
3 years ago
1.7.0
3 years ago
1.5.2
3 years ago
1.6.0
3 years ago
1.5.1
3 years ago
1.5.0
3 years ago
1.4.0
3 years ago
1.9.5
3 years ago
1.9.4
3 years ago
1.9.3
3 years ago
1.9.2
3 years ago
1.3.1
3 years ago
1.3.0
3 years ago
1.2.0
3 years ago
1.1.0
3 years ago
1.0.0
3 years ago