Skip to content

Commit a360cf5

Browse files
committed
addeed a field in booster check
1 parent ec52cc0 commit a360cf5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/commands/booster.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ export default new Command({
100100
.addFields(
101101
{ name: "Status", value: "🟢 Active (Nitro Boost)", inline: true },
102102
{ name: "Discord boost", value: discordBoost, inline: true },
103-
{ name: "Custom Role", value: "None", inline: true }
103+
{ name: "Custom Role", value: "None", inline: true },
104+
{ name: "User Ping", value: `<@${user.id}>`}
104105
)
105106
.setTimestamp();
106107

0 commit comments

Comments
 (0)