fbradyirl / webex_bot

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

Delete the card that shows up as part of pre_execute, when the next chained Command shows its own card #51

Open akshaycjoshi opened 5 months ago

akshaycjoshi commented 5 months ago

This does not look good when you have delete_previous_message set as True. It deletes the main card, but the pre_execute card stays intact. image