@@ -1,7 +1,10 @@
require('dotenv').config()
const run = require("./fonctions/run");
const initDB = require("./fonctions/initDB");
tokens = process.env.TOKENS.split(',')
initDB();
const runAsync = async () => {
Promise.all(tokens.map(token => run(token)));
};
The note is not visible to the blocked user.