From 754d3b466c63d0c9b89abbb827d24b3909a7f719 Mon Sep 17 00:00:00 2001 From: phixxy Date: Sat, 20 Jan 2024 22:00:45 -0800 Subject: [PATCH] added self --- extensions/phixxycom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/phixxycom.py b/extensions/phixxycom.py index 0d9e0a2..828827d 100644 --- a/extensions/phixxycom.py +++ b/extensions/phixxycom.py @@ -29,7 +29,7 @@ class PhixxyCom(commands.Cog): except: print("PhixxyCom failed to make directories") - def find_prompt_from_filename(sd_log, filename): + def find_prompt_from_filename(self, sd_log, filename): with open(sd_log, 'r') as f: lines = f.readlines() for line in reversed(lines):