MZPL

Results 6 comments of MZPL

> [NameMC](https://namemc.com/profile/Flashee.1) figured out a way to still display username history. NameMC stores nick history in their own database, but they don't have an API. I don't know if there...

I'm having a similar issue on [email protected]. I'm using the expression `0 8,14,20,2 * * *`, and sometimes the execution skips at hour 8. I also have another expression scheduled...

You can use `getTasks()` function: ```ts import cron from "node-cron"; console.log(cron.getTasks()); ```

Many people dislike new blurple. It also seems like Discord doesn't want to admit they've made a mistake; otherwise, it wouldn't make any sense to me to revert changes only...

Same here. Anyone got a solution to this?

I was surprised to see typing errors with `on` and `once` methods in both mongoose and redis. Downgrading to TS 5.4.5 was a one way to solve the issue, but...