This commit is contained in:
TaxMachine 2022-08-16 18:24:25 -04:00
parent a49583b078
commit ca5c8ec2ee
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ setInterval(async() => {
web.send(":red_circle: Serveur Down") web.send(":red_circle: Serveur Down")
}) })
web.send(":green_circle: Serveur Ouvert") web.send(":green_circle: Serveur Ouvert")
}, 120000) }, 120000)