-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
125 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -182,7 +182,7 @@ cloudflared tunnel --url http://localhost:3000 | |
#### Run with Deno | ||
|
||
```typescript | ||
import { SlackApp } from "https://deno.land/x/[email protected].5/mod.ts"; | ||
import { SlackApp } from "https://deno.land/x/[email protected].6/mod.ts"; | ||
|
||
const app = new SlackApp({ | ||
env: { | ||
|
@@ -220,7 +220,7 @@ cloudflared tunnel --url http://localhost:3000 | |
Thanks to Deno's built-in WebSocket implementation, you can quickly and easily run a Socket Mode app as below: | ||
|
||
```typescript | ||
import { SlackApp } from "https://deno.land/x/[email protected].5/mod.ts"; | ||
import { SlackApp } from "https://deno.land/x/[email protected].6/mod.ts"; | ||
|
||
const app = new SlackApp({ | ||
env: { | ||
|
Oops, something went wrong.