Custom Command
FunctionsMember Functions

$boostingSince

Returns the date a user started boosting the server.

Usage

$boostingSince[userID;date/ms]
  1. userID - (Optional) default value: $authorID. The ID of user to return boosting date
  2. date/ms - (Optional) default value: date. If date, it will return text in this format: Day(name), Month(name) Day(number), Year(YYYY) Hours(HH):Minutes(MM) PM/AM. If ms, timestamp in miliseconds will be returned. You can later format the timestamp using $formatDate.

Example

Using $boostingSince

Multiple ways of using function $boostingSince

Member
9/5/2026

!!exec $boostingSince

Custom Command
APP
9/5/2026

Wednesday, January 1, 2025 08:30 PM

Member
9/5/2026

!!exec $boostingSince[123456789123456789;ms]

Custom Command
APP
9/5/2026

1735763400000

Member
9/5/2026

!!exec $formatDate[$boostingSince[123456789123456789;ms];MM-DD-YYYY]

Custom Command
APP
9/5/2026

01-01-2025

Related Functions: $formatDate $timeToDate

Function difficulty: Medium

Tags: boosting time timestamp

Function Cooldown

This function has built-in cooldown. Why? Read more about cooldowns here.

  • Cooldown: 3 minutes
  • Tracked By: User
  • Type: memberuser

Functions with the same type share cooldowns based on the same Tracked By value.

On this page