T3SF icon indicating copy to clipboard operation
T3SF copied to clipboard

[Enhancement] - Better docs

Open well-it-wasnt-me opened this issue 1 year ago • 0 comments

Would be nice to have in the readthedocs a full walk through.

How to use in the code

@app.command("/start")
async def handle_some_command(ack, body, logger):
    await ack()
    logger.info(body)

and the fact that you have to import from slack_bolt import App otherwise the suggestion in the terminal will give error

this project is very good, lacks only in proper documentation. If you can, please, update it (i would gladly do it...but i cant, really)

well-it-wasnt-me avatar Dec 18 '23 12:12 well-it-wasnt-me