Update lovecalculator.py

pull/183/head
aleclol 4 years ago committed by GitHub
parent 2937b6ac92
commit 52ca2f6a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save