Added logger to scripts
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user