The main command worked (!rank level - !rank LEVEL), but if I change the description to uppercase in the code it doesn't recognize when I type lowercase, as in the case of vocations:
local voc = {
['NONE'] = 0,
['SORCERER'] = {1, 5},
['MS'] = {1, 5},
['DRUID'] = {2, 6}...