mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2025-12-20 15:34:26 +01:00
fix bad typo :o
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user