Skip to content

Commit

Permalink
Fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
Nftiger committed Apr 28, 2024
1 parent f4818ac commit b67c526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/ref.py
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ async def message(event: MessageEvent):
count = await data.get_ref_count(user_id)
link = f"https://vk.me/soviet_clicker?ref={user_id}"
bot_message = "👥 Отправь пригласительную ссылку друзьям, чтобы получить бонус 20 000 SG₽ за каждого друга!\n\n"
bot_message += "Также ты будешь получать бонусный 5% от добычи твоих друзей (он не будет отниматься у друзей).\n\n"
bot_message += "Также ты будешь получать бонусные 5% от добычи твоих друзей (он не будет отниматься у друзей).\n\n"
bot_message += f"🧮 Приглашено друзей: {count}\n\n"
bot_message += f"🔗 {link}"
await bot.api.messages.send(

0 comments on commit b67c526

Please sign in to comment.