activate irpg trigger

This commit is contained in:
Flummi 2018-08-30 15:24:22 +02:00
parent f7ad5c9cb7
commit 54916cead8

View File

@ -6,6 +6,7 @@ import core from "./core";
import debug from "./debug"; import debug from "./debug";
import drugs from "./drugs"; import drugs from "./drugs";
import help from "./help"; import help from "./help";
import irpg from "./irpg";
import kernel from "./kernel"; import kernel from "./kernel";
import lastfm from "./lastfm"; import lastfm from "./lastfm";
import mcmaniac from "./mcmaniac"; import mcmaniac from "./mcmaniac";
@ -22,7 +23,7 @@ import wttr from "./wttr";
export default [ export default [
cfg, chatbot, coins, cookie, core, debug, cfg, chatbot, coins, cookie, core, debug,
drugs, help, kernel, lastfm, mcmaniac, drugs, help, irpg, kernel, lastfm, mcmaniac,
parser, quotes, rape, sandbox, soundcloud, parser, quotes, rape, sandbox, soundcloud,
timer, urban, nxy, uwe, wttr timer, urban, nxy, uwe, wttr
]; ];