fix bad typo :o

This commit is contained in:
Believethehype 2024-10-15 16:55:48 +02:00
parent 0c511889b6
commit 73e97c115d

View File

@ -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,