You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FixGH-42 -- Remove empty items from the commands’ arguments
Before this commit, if you sent a command like this "/cmd a b c", the
arguments list will be ["a", "b", "", "c"]. This commit removes every
blank item from that list.
0 commit comments