CommandAddToUserCooldown

Will add time(seconds) to the specified user's cooldown of a command, by ID

Signature

public void CommandAddToUserCooldown(string id, int userId, int seconds)

Parameters

id
string required

No description provided.

userId
int required

No description provided.

seconds
int required

No description provided.

Return Type

void

Example

CPH.CommandAddToUserCooldown(id, userId, seconds);