Comparing version 1.0.25 to 1.0.26
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
class bot { | ||
static SendLog(log) { | ||
static log(log) { | ||
console.log(log); | ||
@@ -6,0 +6,0 @@ } |
export class bot { | ||
static SendLog(log) { | ||
static log(log) { | ||
console.log(log); | ||
@@ -5,0 +5,0 @@ }; |
{ | ||
"name": "xiakebot", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"description": "xiakebot", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
1598