lib statt inc, lul

This commit is contained in:
Flummi 2019-01-07 14:22:42 +01:00
parent 41b8618b0d
commit e599b78ab8

View File

@ -1,6 +1,6 @@
import fetch from "../fetch"; import fetch from "../fetch";
import { cfg } from "../../inc/cfg"; import { cfg } from "../../inc/cfg";
import { conds } from "./inc/wttr.mjs"; import { conds } from "./lib/wttr";
export default bot => { export default bot => {
bot._trigger.set("wttr", new bot.trigger({ bot._trigger.set("wttr", new bot.trigger({
@ -113,4 +113,4 @@ export default bot => {
}).catch(err => console.log(err));*/ }).catch(err => console.log(err));*/
} }
})); }));
}; };