BillyBlomkins opened this issue 4 years ago ยท 1 comments
!keys check is case sensitive, meaning it won't respond to !Keys, !KEYS etc.
Can be resolved by changing 'if text == '!keys' then' to 'if string.lower(text) == '!keys' then'
Added in 3.39