diff --git a/public/init.php b/public/init.php index 81e51e6..54793f0 100644 --- a/public/init.php +++ b/public/init.php @@ -3,6 +3,8 @@ include_once('../plugins.php'); include_once('../modules.php'); include_once('../framework/Loader.php'); +include_once('../framework/helpers.php'); +include_once('../framework/functions.php'); spl_autoload_register('\kjBot\Framework\Loader::autoload');