From 8d2722bdd81591feef14dd4ccdf99ac9c1309925 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Sat, 13 Feb 2021 15:03:13 -0600 Subject: add optional check to verify all clients are owned by the creator --- src/mojang.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mojang.ts') diff --git a/src/mojang.ts b/src/mojang.ts index 746f674..4de7717 100644 --- a/src/mojang.ts +++ b/src/mojang.ts @@ -1,3 +1,7 @@ +/** + * Fetch the Mojang username API through api.ashcon.app + */ + import fetch from 'node-fetch' import { Agent } from 'https' -- cgit