Added logger to scripts

This commit is contained in:
2024-11-14 18:51:02 +01:00
parent d938dd9d3e
commit 6869715e66
3 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ await axios.get(url, {
Authorization: `Bearer ${token}`
}
}).then(() => {
log("Illegitimate bot updated")
log("Illegitimate bot updated", "info")
}).catch(err => {
console.error("Error updating bot", err)
})