qotes bug repaired

This commit is contained in:
ggodot 2025-03-11 09:29:06 +01:00
parent d953280373
commit 0fcd23854f

View File

@ -135,7 +135,7 @@ async def laska_k_svetu(ctx, message: Option(str, descritpion = "What to send",
if users[user]["wallet"] <= hranice:
user_obj = await bot.fetch_user(int(user))
await user_obj.send(f"{message}. Protože máš {users[user]["wallet"]} bodiku.")
await user_obj.send(f"{message}. Máš {users[user]['wallet']} bodíčků.")
@bot.slash_command(guild_ids=g_ids, name="payout", descritpion="Pays user given amount")