Skip to content

$memberPremiumSince

$memberPremiumSince will return the timestamp of when the member started boosting the guild.

Usage

$memberPremiumSince[userID?;guildID?]

Parameters

FieldTypeDescriptionRequired
userID?numberThe user ID.false
guildID?numberThe guild ID.false

Example(s)

This will return the timestamp of when you started boosting the guild:

1
client.command({
2
name: "memberPremiumSince",
3
code: `$memberPremiumSince[$authorID;$guildID]`
4
});