v7.3@uwuzu1.5.4をリリース
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { ueuse } from "types/types.js";
|
||||
import { Reply } from "./main.js";
|
||||
import config from "config.js";
|
||||
import config from "../../config.js";
|
||||
import sendMail from "../../src/mailer.js";
|
||||
|
||||
export default async function Report(data: ueuse) {
|
||||
@@ -15,10 +15,6 @@ export default async function Report(data: ueuse) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (data.abi === "ignore") {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!config.emergency.mail.function) {
|
||||
console.log("報告(メールオフ):", await Reply(`
|
||||
BOTの運営者によってメール送信機能が無効化されています。
|
||||
|
||||
Reference in New Issue
Block a user