Danial Jumagaliyev

Results 3 issues of Danial Jumagaliyev

Fix the currently occurring console warning: `Assets/TwitchChatInteractions/Scripts/Editor/TwitchCommandsEditor.cs(147,13): warning CS0618: 'BaseVerticalCollectionView.onSelectionChange' is obsolete: 'onSelectionChange is deprecated, use selectionChanged instead'`

good first issue

Consider the example below: ```cs [TwitchCommand("info", "i")] public void Info(params string[] phrase) { // Parse phrase } ``` # Expected behavior Viewers should be able to pass variable amount of...

enhancement

Methods can have parameters with default values. Currently, if a method including parameters with default values is set to be a Twitch command, it does not behave as intended. Consider...

enhancement