DB update for mentor and unmentor commands

This commit is contained in:
Image 2021-04-01 00:11:10 -04:00
parent 9b6922842e
commit d0f6bf9c0e

View file

@ -0,0 +1,2 @@
update commands set handler=528 where command='mentor';
update commands set handler=529 where command='unmentor';