fbradyirl / webex_bot

Python package for a Webex Bot based on websockets.
MIT License
68 stars 44 forks source link

also check the command_keyword for duplication #26

Open gconklin opened 2 years ago

gconklin commented 2 years ago

this will prevent bot creators from accidentally adding 2 commands with the same command_keyword

see also issue #25