mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-12 22:24:47 +02:00
normalement ca marche
This commit is contained in:
@ -23,6 +23,10 @@ function change_discord(value, data, len) {
|
||||
}
|
||||
}
|
||||
|
||||
function delay(ms) {
|
||||
return new Promise(resolve => setTimeout(resolve, ms));
|
||||
}
|
||||
|
||||
function change_config(value, data, len) {
|
||||
console.log(data[2]);
|
||||
document.getElementById("delete").style.visibility = "hidden";
|
||||
|
Reference in New Issue
Block a user