Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit 41200ce

Browse files
authored
Merge pull request #844 from Luxetrixx/main
Added balance to discord embed footer
2 parents 698119c + 1589fd3 commit 41200ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/utils/notificationUtil.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const formDiscordMessage = (message, isSuccess, isCustomDiscordName, color) => {
4646
description: message,
4747
color: color ? color : isSuccess ? 2555648 : 16711680,
4848
footer: {
49-
text: `Auto Buyer Alert - ${new Date().toLocaleTimeString()}`,
49+
text: `Auto Buyer Alert - ${new Date().toLocaleTimeString()} - Balance: ${services.User.getUser().coins.amount}`,
5050
icon_url:
5151
"https://cdn.discordapp.com/icons/768336764447621122/9de9ea0a7c6239e2f2fbfbd716189e79.webp",
5252
},

0 commit comments

Comments
 (0)