Skip to content

Commit eec9c1b

Browse files
authored
Fix import path for checar_saldo in perfil.py
1 parent 57108e4 commit eec9c1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

command/infos/perfil.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from database.database import checar_saldo
1+
from database import checar_saldo
22
import discord
33
from discord import app_commands
44
from discord.ext import commands
@@ -45,4 +45,4 @@ async def perfil(interaction: discord.Interaction, user: discord.Member, bio: st
4545

4646
embed.set_footer(text=f"MoonCoins: {saldo} | Entrou em: {joined}")
4747

48-
await interaction.response.send_message(embed=embed, ephemeral=True)
48+
await interaction.response.send_message(embed=embed, ephemeral=True)

0 commit comments

Comments
 (0)