Make refill fail the self care check

This commit is contained in:
7cc5c4f330d47060 2025-02-12 21:35:22 -05:00
parent 18bea8213d
commit 94587cfdc4
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:e+4tcZut1nBpe10PqjaO+Rvie0Q7W4qIvFzcUw+7riA

View file

@ -1,5 +1,5 @@
const execute = (c) => {
c.bot.chat(c.bot.refillCoreCmd)
c.bot.sc_tasks.cc.failed = true
}
const consoleIndex = true
const aliases = ['refillcore', 'rc']