fix: 修改cron

This commit is contained in:
ikechan8370 2023-03-05 18:03:05 +08:00
parent 4e98882990
commit db649632bc

View file

@ -14,7 +14,7 @@ export class Entertainment extends plugin {
task: [
{
// 每半小时
cron: '*/30 * * * *',
cron: '*/30 * * * ?',
name: 'ChatGPT主动随机说话',
fnc: 'sendRandomMessage'
}