From 73e97c115da0a178a55cbf62f973b51e7fdda120 Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:55:48 +0200 Subject: [PATCH] fix bad typo :o --- nostr_dvm/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nostr_dvm/bot.py b/nostr_dvm/bot.py index a1fd68b..57dd8d9 100644 --- a/nostr_dvm/bot.py +++ b/nostr_dvm/bot.py @@ -424,7 +424,7 @@ class Bot: await asyncio.sleep(2.0) message = "Current balance: " + str(user.balance) + " Sats. Balance of " + str( amount) + " Sats required. Please zap me with at least " + str( - int(amount - user.balance)) + " Sats, then try again.", + int(amount - user.balance)) + " Sats, then try again." if entry["giftwrap"]: await self.client.send_private_msg(PublicKey.parse(entry["npub"]), message,