CactusDev / CactusBot

An open source, community-written service-agnostic chat bot
MIT License
30 stars 6 forks source link

Command user level is not checked #157

Closed 2Cubed closed 7 years ago

2Cubed commented 7 years ago

When checking to see if a command is valid, we have to make sure to also check if the user has the permissions to run the command via the userLevel key. (Currently, non-moderators can run +potato and such.)

2Cubed commented 7 years ago

Completed in #167.