better-top.gg
Advanced tools
Comparing version 1.4.2 to 1.4.5
@@ -10,3 +10,3 @@ const DBL = require('@top-gg/sdk'); | ||
setup: function(){ | ||
this.dbl = new DBL(this.token, this.client); | ||
this.dbl = new DBL.Api(this.token); | ||
}, | ||
@@ -13,0 +13,0 @@ post: function(){ |
{ | ||
"name": "better-top.gg", | ||
"version": "1.4.2", | ||
"version": "1.4.5", | ||
"description": "This is an API that creates shortcuts for the top.gg API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,2 +12,4 @@ # Better-top.gg | ||
Sorry for the incorrect code. I have fixed the issue. | ||
When using this please run setup before you use the other functions. | ||
@@ -14,0 +16,0 @@ |
3016
27