I'm using Discord Presence tied to PlaceholderAPI. In my PlaceholderAPI.json I have the setting:

  "Map Wipe Schedule": {
    "Every First Month Day": "Thursday",
    "Every N Day": null,
    "Every": null,
    "Time": "14:00:00"
  }

This worked great last month, but it's not updating the wipe date. It still shows the wipe date as being March 5th.

Discord Presence has the following in the config:

    {
      "Message": "Next Wipe: {server.map.wipe.next!local:MMM dd HH:mm}",
      "Type": "Custom"
    }

I tried deleting the config and unloading/reloading the plugins but it comes back to the March 5th date despite those actions. What can I do to get this to update to the next wipe date?