Skip to content

[Enhancement] - Better docs  #2

@well-it-wasnt-me

Description

@well-it-wasnt-me

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)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions