Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a1a6ef40b8 |
+2
-2
@@ -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": {
|
||||||
|
|||||||
@@ -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を使用するには、
|
||||||
|
|||||||
Reference in New Issue
Block a user