@team-choco/discord-platform
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

NOTE: THIS LIBRARY IS CURRENTLY UNDER HEAVY DEVELOPMENT, USE AT YOUR OWN RISK

NPM Version NPM Downloads

@team-choco/discord-platform

Connect your bot to Discord!

Install

$ npm install -S @team-choco/discord-platform

Usage

// ...
import { ChocoBotCore } from '@team-choco/core';
import { ChocoDiscordPlatform } from '@team-choco/discord-platform';

const bot = new ChocoBotCore({
  platform: new ChocoDiscordPlatform({
    token: '<your-discord-token>',
  }),

  // ...
});

bot.on('ready', () => {
  console.log('Kweh! Choco Bot is now up and running!');
});

Readme

Keywords

none

Package Sidebar

Install

npm i @team-choco/discord-platform

Weekly Downloads

1

Version

0.2.0

License

none

Unpacked Size

45.6 kB

Total Files

11

Last publish

Collaborators

  • cecilia-sanare
  • kweh-bot