mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +00:00
fix: 修改cron
This commit is contained in:
parent
4e98882990
commit
db649632bc
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ export class Entertainment extends plugin {
|
||||||
task: [
|
task: [
|
||||||
{
|
{
|
||||||
// 每半小时
|
// 每半小时
|
||||||
cron: '*/30 * * * *',
|
cron: '*/30 * * * ?',
|
||||||
name: 'ChatGPT主动随机说话',
|
name: 'ChatGPT主动随机说话',
|
||||||
fnc: 'sendRandomMessage'
|
fnc: 'sendRandomMessage'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue