CommandSetGlobalCooldownDuration

Set the global cooldown duration of a command, by ID

Signature

public void CommandSetGlobalCooldownDuration(string id, int seconds)

Parameters

id
string required

No description provided.

seconds
int required

No description provided.

Return Type

void

Example

CPH.CommandSetGlobalCooldownDuration(id, seconds);