diff --git a/src/inc/trigger/index.mjs b/src/inc/trigger/index.mjs index dc90733..7343b68 100644 --- a/src/inc/trigger/index.mjs +++ b/src/inc/trigger/index.mjs @@ -6,6 +6,7 @@ import core from "./core"; import debug from "./debug"; import drugs from "./drugs"; import help from "./help"; +import irpg from "./irpg"; import kernel from "./kernel"; import lastfm from "./lastfm"; import mcmaniac from "./mcmaniac"; @@ -22,7 +23,7 @@ import wttr from "./wttr"; export default [ cfg, chatbot, coins, cookie, core, debug, - drugs, help, kernel, lastfm, mcmaniac, + drugs, help, irpg, kernel, lastfm, mcmaniac, parser, quotes, rape, sandbox, soundcloud, timer, urban, nxy, uwe, wttr ]; \ No newline at end of file