This commit is contained in:
2025-08-06 21:27:29 +09:00
parent 1ff4b2c429
commit 644ba912b1
28 changed files with 498 additions and 124 deletions
+5 -2
View File
@@ -1,4 +1,4 @@
import { ueuse } from "types/types.js";
import { ueuse } from "types/types";
import { readFileSync } from "fs";
import { Reply } from "./main.js";
import config from "../../config.js";
@@ -23,7 +23,7 @@ export default async function Info(data: ueuse) {
let isReport;
if (config.emergency.report) {
if (config.report.isEnabled) {
isReport = "有効";
} else {
isReport = "無効";
@@ -50,6 +50,9 @@ export default async function Info(data: ueuse) {
運営者へ報告が必要ですか?
\`/report\`をご利用ください。
利用規約をお探しですか?
\`/legal terms\`をご利用ください。
プライバシーポリシーをお探しですか?
\`/legal privacy\`をご利用ください。