mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
Fixed eco user embed not sending.
This commit is contained in:
parent
ea58f3d52e
commit
64dde60dab
1 changed files with 19 additions and 16 deletions
|
@ -6,9 +6,11 @@ export const ECO_EMBED_COLOR = 0xf1c40f;
|
|||
|
||||
export function getMoneyEmbed(user: User): object {
|
||||
const profile = Storage.getUser(user.id);
|
||||
console.log(profile);
|
||||
|
||||
return {
|
||||
embed: {
|
||||
embeds: [
|
||||
{
|
||||
color: ECO_EMBED_COLOR,
|
||||
author: {
|
||||
name: user.username,
|
||||
|
@ -24,6 +26,7 @@ export function getMoneyEmbed(user: User): object {
|
|||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue