Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

koishi-plugin-clock

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koishi-plugin-clock

闹钟插件

  • 2.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

koishi-plugin-clock

npm

闹钟插件

Allowed fields

```

┌────────────── second (optional)

│ ┌──────────── minute

│ │ ┌────────── hour

│ │ │ ┌──────── day of month

│ │ │ │ ┌────── month

│ │ │ │ │ ┌──── day of week

│ │ │ │ │ │

│ │ │ │ │ │

* * * * * *

```

Allowed values

fieldvalue
second0-59
minute0-59
hour0-23
day of month1-31
month1-12 (or names)
day of week0-7 (or names, 0 or 7 are sunday)

注意事项

示例

在工作日 17:30 发送下班了
  • User: clock 0 30 17 * * 1,2,3,4,5
  • Koishi: 请输入提醒消息
  • User: 下班了
在每天 00:00 发送晚安
  • User: clock 0 0 0 * * *
  • Koishi: 请输入提醒消息
  • User: 晚安
在每天早上 8:00 发送早安
  • User: cloak 0 0 8 * * *
  • Koishi: 请输入提醒消息
  • User: 早安

Keywords

FAQs

Package last updated on 25 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc