CommandSetUserCooldownDuration

Set the user cooldown duration of a command, by ID

Signature

public void CommandSetUserCooldownDuration(string id, int seconds)

Parameters

id
string required

No description provided.

seconds
int required

No description provided.

Return Type

void

Example

CPH.CommandSetUserCooldownDuration(id, seconds);