Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mrepol742 committed Jan 30, 2024
1 parent 55e13a9 commit b10894d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4441,7 +4441,7 @@ async function ai(api, event) {
} else {
getUserProfile(id, async function (name) {
if (!name.balance) {
sendMessage(api, event, name + " have 0 $ balance.");
sendMessage(api, event, name.firstName + " have 0 $ balance.");
} else {
sendMessage(api, event, utils.formatOutput("Balance", [formatDecNum((name.balance / 1000) * 0.007) + "$ " + name.firstName], "github.com/prj-orion"));
}
Expand Down

0 comments on commit b10894d

Please sign in to comment.