diff --git a/src/token.ts b/src/token.ts index a1551dd..94fd0f9 100644 --- a/src/token.ts +++ b/src/token.ts @@ -45,7 +45,7 @@ if (args.verbose) { console.log(); } -const instance: string = question("Instance URL: "); +const instance: string = "https://" + question("Instance URL: https://"); callDetector(instance).then(type => { const client = generator(type, instance); client.registerApp("JS-Token", { website: "https://git.froth.zone/Sam/js-feditoken" })