$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

User04/23/2025
!!exec $boostingSince
Custom Command Bot 04/23/2025
Wednesday, January 1, 2025 08:30 PM
User04/23/2025
!!exec $boostingSince[123456789123456789;ms]
Custom Command Bot 04/23/2025
1735763400000
User04/23/2025
!!exec $formatDate[$boostingSince[123456789123456789;ms];MM-DD-YYYY]
Custom Command Bot 04/23/2025
01-01-2025
Function difficulty: Medium
Tags: boosting time timestamp