From d18bdd79076338c202ee0c23de0175d7847be55b Mon Sep 17 00:00:00 2001 From: Believethehype Date: Sun, 3 Dec 2023 22:10:43 +0100 Subject: [PATCH] Update bot.py --- bot/bot.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bot/bot.py b/bot/bot.py index 25739cb..5ca09e9 100644 --- a/bot/bot.py +++ b/bot/bot.py @@ -519,9 +519,8 @@ class Bot: info += nip89content.get("image") + "\n" if nip89content.get("about"): info += "About:\n" + nip89content.get("about") + "\n\n" - if nip89content.get("acceptsCashu"): - cashu_accepted = str(nip89content.get("acceptsCashu")) - + if nip89content.get("cashuAccepted"): + cashu_accepted = str(nip89content.get("cashuAccepted")) if nip89content.get("encryptionSupported"): encryption_supported = str(nip89content.get("encryptionSupported"))