From 52ca2f6a4541a1d4b1ee8029175dfb61781b5ebb Mon Sep 17 00:00:00 2001 From: aleclol <50505980+aleclol@users.noreply.github.com> Date: Tue, 18 May 2021 15:27:55 -0400 Subject: [PATCH] Update lovecalculator.py --- lovecalculator/lovecalculator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lovecalculator/lovecalculator.py b/lovecalculator/lovecalculator.py index a706ea0..d6ae4fe 100644 --- a/lovecalculator/lovecalculator.py +++ b/lovecalculator/lovecalculator.py @@ -53,7 +53,7 @@ class LoveCalculator(Cog): if result_text is None: result_text = f"{x} and {y} aren't compatible 😔" else: - result_text.get_text() + result_text = result_text.get_text() result_text = " ".join(result_text.split()) try: