mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-06-05 16:59:13 +02:00
fix bad typo :o
This commit is contained in:
parent
0c511889b6
commit
73e97c115d
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user