From f6e35fd043f79812d6e639710459d8ae3dde3593 Mon Sep 17 00:00:00 2001 From: hippoz Date: Sat, 5 Dec 2020 22:59:09 +0200 Subject: [PATCH] ok --- libbrainlet/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbrainlet/test.js b/libbrainlet/test.js index 5f8063f..220d8a0 100644 --- a/libbrainlet/test.js +++ b/libbrainlet/test.js @@ -26,7 +26,7 @@ const getRandomUser = (self, count=0) => { }; const main = async () => { - const client = new Client('http://localhost:3000', { + const client = new Client('https://b.hippoz.xyz', { throwErrors: true }); await client.setToken(TOKEN);