删除#waifu
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
* 增加`#pid搜图`以Pixiv插画Id搜图
|
||||
* 增加`#tag搜图`以tag关键词搜图
|
||||
* 增加`#coser`
|
||||
* 增加`#waifu`
|
||||
* 增加`#查看热门tag`
|
||||
* 增加`#uid搜图`用画师的**uid**或**画师名**进行搜索
|
||||
* 增加`#同意|拒绝全部好友申请`
|
||||
|
||||
@@ -48,10 +48,6 @@ export class example extends plugin {
|
||||
reg: '^#?coser$',
|
||||
fnc: 'coser'
|
||||
},
|
||||
{
|
||||
reg: '^#?waifu$',
|
||||
fnc: 'AiWife'
|
||||
},
|
||||
{
|
||||
reg: heisiwreg,
|
||||
fnc: 'heisiwu'
|
||||
@@ -214,11 +210,6 @@ export class example extends plugin {
|
||||
return true
|
||||
}
|
||||
|
||||
//AiWife
|
||||
async AiWife(e) {
|
||||
e.reply(segment.image(`https://www.thiswaifudoesnotexist.net/example-${lodash.random(100000)}.jpg`))
|
||||
}
|
||||
|
||||
//黑丝
|
||||
async heisiwu(e) {
|
||||
if (!e.isMaster) {
|
||||
|
||||
@@ -74,6 +74,7 @@ export class example extends plugin {
|
||||
"11": "我在线上",
|
||||
"60": "Q我吧",
|
||||
};
|
||||
//win硬盘内存
|
||||
let HardDisk = '';
|
||||
if (os.platform() == "win32") {
|
||||
for (let i of CPU.getHardDisk()) {
|
||||
|
||||
0
config/setu/.keep
Normal file
0
config/setu/.keep
Normal file
@@ -210,10 +210,6 @@ export const helpList = [{
|
||||
"icon": 15,
|
||||
"title": "#coser",
|
||||
"desc": "养眼=-="
|
||||
}, {
|
||||
"icon": 1,
|
||||
"title": "#waifu",
|
||||
"desc": "=-="
|
||||
}, {
|
||||
"icon": 1,
|
||||
"title": "#半次元话题",
|
||||
|
||||
Reference in New Issue
Block a user