This commit is contained in:
hippoz 2020-12-05 22:59:09 +02:00
parent 06f6a3287d
commit f6e35fd043

View file

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