This commit is contained in:
Hex
2023-04-16 19:00:53 +08:00
parent a988274333
commit 0b4c7e748b
4 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
/*
什么值得买抽奖脚本
smzdm 抽奖脚本
项目地址: https://github.com/hex-ci/smzdm_script
cron: 20 8 * * *
@@ -11,7 +11,7 @@ const notify = require('./sendNotify');
// ------------------------------------
const $ = new Env('什么值得买抽奖');
const $ = new Env('smzdm 抽奖');
class SmzdmLotteryBot extends SmzdmBot {
constructor(cookie) {