From 199b7c0f26a39fb644ebb69a6d2536a43819e915 Mon Sep 17 00:00:00 2001 From: ue86388 Date: Tue, 9 Apr 2024 13:44:23 +0200 Subject: Test --- FortniteClient.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'FortniteClient.py') diff --git a/FortniteClient.py b/FortniteClient.py index f426fa7..7c5858c 100755 --- a/FortniteClient.py +++ b/FortniteClient.py @@ -22,6 +22,9 @@ class FortniteClient(fortnitepy.Client): def attach(self, observer: any): self.observers.append(observer) + + def get_friends(self): + return self.friends def __auth_authorization_code(self): code = input("Enter authorization code (https://www.epicgames.com/id/api/redirect?clientId=3446cd72694c4a4485d81b77adbb2141&responseType=code):") -- cgit v1.2.3