Testcommit

This commit is contained in:
Flummi 2017-11-27 06:10:15 +01:00
parent 1cb05e1a0d
commit 5ed178771b

View File

@ -3,6 +3,7 @@ import { read, cfg } from "./inc/cfg.js";
import { wrapper } from "./inc/wrapper.js"; import { wrapper } from "./inc/wrapper.js";
const fs = require("fs"); const fs = require("fs");
read().then(() => { read().then(() => {
let bot = new wrapper(); let bot = new wrapper();