fbradyirl / webex_bot

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

In group spaces, is there a way for the bot to detect the message by just @mentioned without the command_keywords? #65

Open snowcrash-arin opened 1 month ago

snowcrash-arin commented 1 month ago

command_keywords is redundant in group spaces in my environment, if I just @mentioned without the command_keywords, it prompts help card.

Thank you in advance!

snowcrash-arin commented 4 weeks ago

Figured it out, assign a name of the bot to command_keys. @foobar command_keys=foobar