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";