qotes bug repaired
This commit is contained in:
parent
d953280373
commit
0fcd23854f
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user