Initial commit

This commit is contained in:
Keroosha 2023-08-10 21:32:34 +03:00
commit 99d823e15a
23 changed files with 927 additions and 0 deletions

View file

@ -0,0 +1,4 @@
import { loadBotConfig } from "config-loader";
const config = loadBotConfig();
console.log(JSON.stringify(config));