This commit is contained in:
Tutur33
2024-03-03 18:29:39 +01:00
parent c9965e913f
commit d05019d1d5
11 changed files with 1471 additions and 4 deletions
+3
View File
@@ -1,5 +1,8 @@
require('dotenv').config()
const run = require("./fonctions/run");
const initDB = require("./fonctions/initDB");
initDB();
const runAsync = async () => {
if (process.env.TOKENS) {