diff --git a/crone.php b/crone.php index 24908bf..7fb2598 100644 --- a/crone.php +++ b/crone.php @@ -11,6 +11,7 @@ include_once("classen/utils.php"); include_once("classen/HTML.php"); include_once("classen/GoogleAuthenticator.php"); include_once("classen/OpenSim.php"); +include_once("classen/discord.php"); $RUNTIME = array(); $RUNTIME['OPENSIM'] = new OpenSim();