Skip to content

fi6/kBotify-template

Repository files navigation

kbotify-template

Starter kit for kBotify bots

Quick Start Guide

  1. Create a auth.ts under .../src/configs, using the template in template-auth.ts. Replace the security strings based on your bot. e.g.: auth
  2. Make sure the mode in .../src/init/clients.ts is consistant with your bot's mode. mode
  3. Under kBotify-template (the directory that you see package.json and package-lock.json), run npm install in console.
  4. Run npm start in console under the same directory as step 3. If you have Cannot find module 'ts-node/register' error, see this page to troubleshoot.
  5. Then your bot, which should be already added to your server, should go online now.
  6. Send .echo in your Kaiheila channel like a regular chat message; the bot will respond you.

About

Starter kit for kBotify bots

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published