using the package
to install yolkbot with the package manager you use, run:
npm install --allow-remote=all https://yolkbot.xyz
pnpm install https://yolkbot.xyz
bun add https://yolkbot.xyz
after installing, you can import yolkbot like so:
import { Bot } from 'yolkbot';
to see everything exported, you can check the API reference.