github.com/sharovik/devbot@v1.0.1-0.20240308094637-4a0387c40516/events/cancelscenario/README.md (about) 1 # Stop the scenario event 2 This event will stop graceful execution of scenario for specified channel. 3 4 ## Installation guide 5 To install it please run 6 ``` 7 make build-installation-script && scripts/install/run --event_alias=cancelscenario 8 ``` 9 10 ## Usage 11 Write in PM or tag the bot user with this message 12 ``` 13 stop conversation #channel-name|@username|<CHANNELID> 14 ``` 15 As successful result of event execution the scenario execution in the selected channel will be interrupted.