phpmx / phpmxbot

A Slack bot for the PHP Mexico Community.
3 stars 7 forks source link

Restrict self ++ #22

Closed eruizdechavez closed 2 years ago

eruizdechavez commented 3 years ago

Users must not be able to add points (++) to themselves, but they can remove points from themselves (--).

IscRivera91 commented 3 years ago

where we can do that in the tokenizer->getUsersFromMessage($msg); or in the leaderboard->updatePoints($user, $tokens);