Skip to content

Commit

Permalink
-- FIX
Browse files Browse the repository at this point in the history
 - Delete CaiXinNews job
  • Loading branch information
NoahAmethyst committed Sep 24, 2024
1 parent c40245d commit b2342ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coolq/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func NewQQBot(cli *client.QQClient) *CQBot {
bot.RegisterJob(bot.WeiboHotReporter("0 0 9,14,19,21,23 * * *"))
bot.RegisterJob(bot.D36krHotReporter("0 0 12,22 * * *"))
bot.RegisterJob(bot.WallStreetNewsReporter("0 5,15,25,35,45,55 9-23 * * *"))
bot.RegisterJob(bot.CaiXinNewsReporter("1 11,21,31,41,51, 9-23 * * *"))
//bot.RegisterJob(bot.CaiXinNewsReporter("1 11,21,31,41,51, 9-23 * * *"))

//notify bot start in group
for _, _group := range cli.GroupList {
Expand Down

0 comments on commit b2342ff

Please sign in to comment.