Comparing version
@@ -72,3 +72,3 @@ /** | ||
async getBots(query) { | ||
const response = await this._request('get', 'bots', query); | ||
const response = await this._request('get', 'bot', query); | ||
const info = JSON.parse(response.text); | ||
@@ -75,0 +75,0 @@ return info; |
{ | ||
"name": "bfd-api", | ||
"description": "A API Wrapper for botsfordiscord.com API", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "api.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
4474
-0.02%