Update lovecalculator.py
This commit is contained in:
parent
2937b6ac92
commit
52ca2f6a45
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user