@@ -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) {
The note is not visible to the blocked user.