Custom user specific commands

Is it possible to make user specific commands with nightbot? been scratching my head for hours- figured id try on here

I.E !capt can only be used by captxval

This can somewhat be done with the eval variable where you check that user.
ex

!commands add !capt $(eval `$(user)` === 'captxval' ? "Cool Stuff" : "")
1 Like