From 3b58e7ee2d23ee0d3933b606995034f2452895c3 Mon Sep 17 00:00:00 2001 From: Last2014 Date: Mon, 7 Jul 2025 03:19:00 +0900 Subject: [PATCH] =?UTF-8?q?tsc=E5=BE=8C=E7=94=A8=E3=81=AB.js=E3=82=92?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/mailer.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c896a69..038ff99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "noticeuwuzu", - "version": "v5.0@uwuzu1.5.4", + "version": "v5.0.1@uwuzu1.5.4", "description": "uwuzu Notice Bot", "main": "dist/main.js", "scripts": { diff --git a/src/mailer.ts b/src/mailer.ts index bd14db4..6cb7ab9 100644 --- a/src/mailer.ts +++ b/src/mailer.ts @@ -1,4 +1,4 @@ -import config from "../config"; +import config from "../config.js"; import * as nodemailer from "nodemailer"; import type SMTPTransport from "nodemailer/lib/smtp-transport";