Skip to content

[Enhancement] - Better docs  #2

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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