Skip to content

Commit 1824287

Browse files
committed
added booster counts
1 parent a8d2d97 commit 1824287

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/commands/booster.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ export default new Command({
135135
name: "Custom Role",
136136
value: booster.customRole ? `<@&${booster.customRole.discordRoleId}>` : "None",
137137
inline: true,
138-
}
138+
},
139+
{ name: "Boosting since", value: `<t:${Math.floor(member!.premiumSince!.getTime() / 1000)}:D>`, inline: true},
140+
{ name: "Boosts Counts", value: booster.boostCounts.toString(), inline: true}
139141
)
140142
.setTimestamp();
141143

0 commit comments

Comments
 (0)