public static function get_Instance() { if (!self::$self) { self::$self = new Bot(); } return self::$self; }