CommandResetUserCounter

Resets the counter for a specified user for the given command, by ID

Signature

public void CommandResetUserCounter(string commandId, string userId, Platform platform)

Parameters

commandId
string required

No description provided.

userId
string required

No description provided.

platform
Streamer.bot.Plugin.Interface.Enums.Platform required

No description provided.

Return Type

void

Example

CPH.CommandResetUserCounter(commandId, userId, platform);