Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Zack-911/ForgeScheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🕒 ForgeScheduler

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.


📦 Installation

npm install https://github.com/zack-911/forgescheduler

🚀 Usage

In 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! 💥


✅ Features

  • 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

🙋 Support

Need help? Have ideas? Open an issue or reach out to me on discord in the official forgescript discord server.


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published