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