koishi-plugin-ggcevo-game 2.0.3 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -8395,7 +8395,7 @@ ${ticketMessage}${effectMessage}`;
|
|
|
8395
8395
|
const lastYear = lastSignTime.getUTCFullYear();
|
|
8396
8396
|
const lastMonth = lastSignTime.getUTCMonth();
|
|
8397
8397
|
if (lastYear === currentYear && lastMonth === currentMonth) {
|
|
8398
|
-
return
|
|
8398
|
+
return `您的本月管理津贴已领取,请在次月1日后可再次领取。`;
|
|
8399
8399
|
}
|
|
8400
8400
|
}
|
|
8401
8401
|
await ctx.database.upsert("ggcevo_adminbenefit", [{
|