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