Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] - Better docs #2

Open
well-it-wasnt-me opened this issue Dec 18, 2023 · 0 comments
Open

[Enhancement] - Better docs #2

well-it-wasnt-me opened this issue Dec 18, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@well-it-wasnt-me
Copy link

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 well-it-wasnt-me added the enhancement New feature or request label Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants