diff --git a/Assets/IceCreamModule.cs b/Assets/IceCreamModule.cs index 5ad4acb..2f700ac 100644 --- a/Assets/IceCreamModule.cs +++ b/Assets/IceCreamModule.cs @@ -383,7 +383,7 @@ private IEnumerator SwitchScoop(int ix, bool activate) } public string TwitchHelpMessage = "Move left/right with “!{0} left” and “!{0} right”. Cycle the flavours with “!{0} cycle”. Sell the currently selected flavour with “!{0} sell“. Sell a specific flavour with “!{0} sell flavour”. Check the opening hours with “!{0} hours”."; - public string[] TwitchValidCommands = { "^(cycle|left|right|l|r|sell|submit|middle|s|m|hours)( .*)?" }; + private string[] TwitchValidCommands = { "^(cycle|left|right|l|r|sell|submit|middle|s|m|hours)( .*)?" }; public IEnumerator ProcessTwitchCommand(string command) {