From cf2c327ee78c99a0e2ee2e86bc321713093d662e Mon Sep 17 00:00:00 2001 From: Yanpii <122812868+Yanpii@users.noreply.github.com> Date: Tue, 21 Feb 2023 13:41:06 -0300 Subject: [PATCH 1/2] Delete dist directory --- dist/index.js | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 dist/index.js diff --git a/dist/index.js b/dist/index.js deleted file mode 100644 index eb23a06..0000000 --- a/dist/index.js +++ /dev/null @@ -1,13 +0,0 @@ -"use strict"; -/** - * Discord Worker: Calvin - * - * @author Juan González Alegría - * @version 1.0 - */ -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const app_1 = __importDefault(require("./app")); -app_1.default.main(); From 9abcef8de4dc9e26b403657492839242042a1393 Mon Sep 17 00:00:00 2001 From: Juan Gonzalez Date: Wed, 1 Mar 2023 18:01:58 -0300 Subject: [PATCH 2/2] v01 --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 33f3d7e..fef9b7d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ /** - * Discord Worker: Calvin + * Discord Worker: Calvin-Bot * * @author Juan González Alegría * @version 1.0