Astral Keys

Astral Keys

13M Downloads

Case sensitivity on !keys

BillyBlomkins opened this issue ยท 1 comments

commented

!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'

commented

Added in 3.39