public void CommandAddToAllUserCooldowns(string id, int seconds)
No description provided.
No description provided.
void
using System;
public class CPHInline
{
public bool Execute()
{
//Define string of commandId
string commandId = "4fcc2d13-9bcf-4c18-9d91-821a15f4b6e5";
//Add cooldown to all users that are already on cooldown
CPH.CommandAddToAllUserCooldowns(commandId, 42);
return true;
}
}