🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@flarie/core

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flarie/core

NOTE: THIS REPOSITORY IS A WIP AND AS SUCH THE APIS ARE MORE THEN LIKELY GOING TO CHANGE DRASTICALLY

latest
Source
npmnpm
Version
1.0.20
Version published
Maintainers
2
Created
Source
NOTE: THIS REPOSITORY IS A WIP AND AS SUCH THE APIS ARE
MORE THEN LIKELY GOING TO CHANGE DRASTICALLY



A universal bot framework!~ :heart:

Docs

NPM Version NPM Downloads

CI Build Coveralls zx-bulk-release

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!

FAQs

Package last updated on 28 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts