CommandAddToAllUserCooldowns

Will add time(seconds) to all current user cooldowns of a command, by ID

Signature

public void CommandAddToAllUserCooldowns(string id, int seconds)

Parameters

id
string required

No description provided.

seconds
int required

No description provided.

Return Type

void

Example

CPH.CommandAddToAllUserCooldowns(id, seconds);