This commit is contained in:
Last2014 2025-08-27 01:29:40 +09:00
parent 81e9bea8ab
commit a1a6ef40b8
2 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "notice-uwuzu", "name": "notice-uwuzu",
"version": "v25.8.10@uwuzu1.6.4", "version": "v25.8.11@uwuzu1.6.4",
"tag": "v25.8.10", "tag": "v25.8.11",
"description": "Notice Bot for uwuzu", "description": "Notice Bot for uwuzu",
"main": "dist/main.js", "main": "dist/main.js",
"scripts": { "scripts": {

View File

@ -70,7 +70,10 @@ export default async function MakeItAQuote(data: ueuse) {
return; return;
} }
if (permissions[ueuseData.account.userid] === "consent") { if (
permissions[ueuseData.account.userid] === "consent" &&
data.account.userid !== ueuseData.account.userid
) {
console.log("MiQ(許可制)", await Reply(` console.log("MiQ(許可制)", await Reply(`
稿 稿
Make it a Quoteを使用するには Make it a Quoteを使用するには