0.5.1 • Published 2 years ago

@node-bambu/twitch v0.5.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

@node-bambu/twitch

npm (scoped)

Testing

Test with code like this:

import { BambuBot } from './index';

async function onStart() {
  console.log('Bot started');

  //console.dir(await bot.bambu.ftp.list('/'));
}

async function main() {
  const bot = new BambuBot({
    discord: {
      clientId: '<discord bot application id>',
      publicKey: '<discord bot public key>',
      token: '<discord bot token>',
    },
  });

  bot.start().then(onStart).catch(console.dir);
}

main();
0.5.1

2 years ago