v8.0
This commit is contained in:
@@ -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\`をご利用ください。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user