ForgeScheduler is a simple but powerful scheduler built for ForgeScript. It lets you create, pause, resume, and manage scheduled tasks directly inside your ForgeScript bot with native functions.
npm install https://github.com/zack-911/forgeschedulerIn your index.js or wherever you initialize the ForgeScript client:
import { ForgeScheduler } from "forgescheduler"
// Your other imports...
const client = new ForgeClient({
extensions: [
new ForgeScheduler()
]
})And you're good to go! 💥
- Fully in-memory schedule storage
- Pause/resume individual or all schedules
- Track schedule uptime, run counts, and next run times
- Easy to extend and manage
Need help? Have ideas? Open an issue or reach out to me on discord in the official forgescript discord server.