T3SF icon indicating copy to clipboard operation
T3SF copied to clipboard

Technical Tabletop Exercises Simulation Framework

Results 3 T3SF issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Impossible to start the exercise with docker + Discord channel & bot. The Poll is generating an error in the logs bot is correctly configured and present...

bug

Would be nice to have in the readthedocs a full walk through. How to use in the code ```python @app.command("/start") async def handle_some_command(ack, body, logger): await ack() logger.info(body) ``` and...

enhancement

**Describe the bug** Followed the tutorial to a T. [This link](https://t3sf.readthedocs.io/en/latest/Slack.html#bot) **To Reproduce** Steps to reproduce the behavior: 1. created file name "demo.py" 2. Copy paste the content as referred...

bug