@flarie/core
v1.0.20
Published
<div align="center"><b>NOTE: THIS REPOSITORY IS A WIP AND AS SUCH THE APIS ARE</b></div> <div align="center"><b>MORE THEN LIKELY GOING TO CHANGE DRASTICALLY</b></div>
Downloads
10
Readme
Supported Platforms
- Campfire (local testing harness)
- Discord
Install
# Install the Flarie Core
$ npm install @flarie/core
# Install any Platforms you need
$ npm install @flarie/discord
Usage
import { Flarie, CampfirePlatform } from '@flarie/core';
import { DiscordPlatform } from '@flarie/discord';
const flarie = new Flarie({
platform: new DiscordPlatform({
token: '<your-discord-bot-token-here>'
});,
});
Known Issues
These are issues that we know about, but don't have a clear fix for!
There are currently no known issues, thanks for checking!