v25.8.11
This commit is contained in:
parent
81e9bea8ab
commit
a1a6ef40b8
|
|
@ -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を使用するには、
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue