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);