We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114f2f0 commit 040c51fCopy full SHA for 040c51f
1 file changed
examples/asgi/async_oauth_app.py
@@ -9,6 +9,7 @@ async def handle_app_mentions(body, say, logger):
9
logger.info(body)
10
await say("What's up?")
11
12
+
13
api = AsyncSlackRequestHandler(app)
14
15
# pip install -r requirements.txt
0 commit comments