summaryrefslogtreecommitdiff
path: root/FortniteClient.py
diff options
context:
space:
mode:
Diffstat (limited to 'FortniteClient.py')
-rwxr-xr-xFortniteClient.py3
1 files changed, 3 insertions, 0 deletions
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):")