lib statt inc, lul
This commit is contained in:
parent
41b8618b0d
commit
e599b78ab8
@ -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));*/
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user