fbradyirl / webex_bot

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

How to add more command_keyword #30

Closed khimnguynn closed 2 years ago

khimnguynn commented 2 years ago

Description

I want to add more command_keyword in 1 class and the bot will execute each keyword how to do that ?

What I Did

for example command_keyword=["hello", "hi"] or somethings else