Comparing version 1.0.33 to 1.0.34
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
class bot { | ||
class base { | ||
static log(log) { | ||
@@ -9,3 +9,3 @@ console.log(log); | ||
} | ||
exports.bot = bot; | ||
exports.base = base; | ||
//# sourceMappingURL=bot.js.map |
@@ -1,2 +0,2 @@ | ||
export class bot { | ||
export class base { | ||
@@ -8,3 +8,3 @@ static log(log) { | ||
export interface base { | ||
export interface bot extends base{ | ||
tick: () => Promise<void>; | ||
@@ -11,0 +11,0 @@ main: () => Promise<void>; |
{ | ||
"name": "xiakebot", | ||
"version": "1.0.33", | ||
"version": "1.0.34", | ||
"description": "xiakebot", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5012