Uwev2/src/inc/trigger/main.mjs
2017-12-04 20:39:30 +01:00

25 lines
694 B
JavaScript

import cfg from "./cfg";
import chatbot from "./chatbot";
import coins from "./coins";
import cookie from "./cookie";
import core from "./core";
import debug from "./debug";
import drugs from "./drugs";
import help from "./help";
import kernel from "./kernel";
import mcmaniac from "./mcmaniac";
import parser from "./parser";
import quotes from "./quotes";
import rape from "./rape";
import sandbox from "./sandbox";
import urban from "./urban";
import nxy from "./useless_nxy";
import uwe from "./useless_uwe";
import wttr from "./wttr";
export default [
cfg, chatbot, coins, cookie, core, debug,
drugs, help, kernel, mcmaniac,
parser, quotes, rape, sandbox,
urban, nxy, uwe, wttr
];