added version to every extension
This commit is contained in:
@@ -3,6 +3,7 @@ class Giphy {
|
||||
|
||||
constructor() {
|
||||
this.type = "image-board";
|
||||
this.version = "1.0"
|
||||
}
|
||||
|
||||
async search(query = "hello", page = 1, perPage = 48) {
|
||||
|
||||
Reference in New Issue
Block a user