CommandAddToGlobalCooldown

Will add time(seconds) to current global cooldown of a command, by ID

Signature

public void CommandAddToGlobalCooldown(string id, int seconds)

Parameters

id
string required

No description provided.

seconds
int required

No description provided.

Return Type

void

Example

CPH.CommandAddToGlobalCooldown(id, seconds);