added version to every extension
This commit is contained in:
@@ -3,6 +3,7 @@ class ZeroChan {
|
||||
|
||||
constructor() {
|
||||
this.type = "image-board";
|
||||
this.version = "1.0"
|
||||
}
|
||||
|
||||
async search(query = "thighs", page = 1, perPage = 48) {
|
||||
|
||||
@@ -3,6 +3,7 @@ class Animepictures {
|
||||
|
||||
constructor() {
|
||||
this.type = "image-board";
|
||||
this.version = "1.0"
|
||||
}
|
||||
|
||||
async search(query = "thighs", page = 1, perPage = 42) {
|
||||
|
||||
@@ -3,6 +3,7 @@ class Gelbooru {
|
||||
|
||||
constructor() {
|
||||
this.type = "image-board";
|
||||
this.version = "1.0"
|
||||
}
|
||||
|
||||
async search(query = "thighs", page = 1, perPage = 42) {
|
||||
|
||||
@@ -3,6 +3,7 @@ class Giphy {
|
||||
|
||||
constructor() {
|
||||
this.type = "image-board";
|
||||
this.version = "1.0"
|
||||
}
|
||||
|
||||
async search(query = "hello", page = 1, perPage = 48) {
|
||||
|
||||
@@ -7,6 +7,7 @@ class Realbooru {
|
||||
|
||||
constructor() {
|
||||
this.type = "image-board";
|
||||
this.version = "1.0"
|
||||
}
|
||||
|
||||
async search(query = "original", page = 1, perPage = 42) {
|
||||
|
||||
@@ -7,6 +7,7 @@ class Rule34 {
|
||||
|
||||
constructor() {
|
||||
this.type = "image-board";
|
||||
this.version = "1.0"
|
||||
}
|
||||
|
||||
async search(query = "alisa_mikhailovna_kujou", page = 1, perPage = 42) {
|
||||
|
||||
@@ -5,6 +5,7 @@ class Tenor {
|
||||
this.type = "image-board";
|
||||
this.lastQuery = null;
|
||||
this.seenIds = new Set();
|
||||
this.version = "1.0"
|
||||
}
|
||||
|
||||
async search(query, page = 1, perPage = 48) {
|
||||
|
||||
@@ -10,6 +10,7 @@ class WaifuPics {
|
||||
|
||||
constructor() {
|
||||
this.type = "image-board";
|
||||
this.version = "1.0"
|
||||
}
|
||||
|
||||
async search(query, page = 1, perPage = 42) {
|
||||
|
||||
Reference in New Issue
Block a user