This commit is contained in:
Lukian LEIZOUR 2024-08-30 22:11:06 +02:00
parent 87924a4656
commit f69802edc9
3 changed files with 13 additions and 1038 deletions

11
.env.example Normal file
View file

@ -0,0 +1,11 @@
DISCORD_TOKEN=
BOT_ID=
WEBHOOK_ID=
WEBHOOK_TOKEN=
MISTRAL_API_KEY=
MYSQL_PASSWORD=
MYSQL_USER=
MYSQL_HOST=
MYSQL_DATABASE=

1038
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -14,6 +14,8 @@ export async function checkReset() {
return;
} else {
connection.end();
return false;
}
}