/reminder delete

Delete an existing reminder from your server’s schedule. This will stop it from repeating and remove all its configuration.


πŸ’¬ Usage

/reminder delete <name>
  • <name> – The name of the reminder you want to delete.

🚫 Use this when a reminder is no longer relevant, or you want to clean up your list.


πŸ“Œ Example

/reminder delete hydration

This will:

  • Permanently delete the hydration reminder

  • Remove its schedule and configuration

  • Prevent it from posting in the future


πŸ—ƒοΈ Notes

  • Reminder names are case-insensitive.

  • This only affects the reminder β€” it won’t delete any past messages it posted.

  • If the name doesn’t match any existing reminder, Pandoryx will let you know.


Last updated