Skip to content

Commit

Permalink
Update discord-slash.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjofrank committed Apr 26, 2024
1 parent 9e87619 commit da4d4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/tutorials/discord-slash.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ request with someone's slash command.
} from "https://deno.land/x/sift@0.6.0/mod.ts";
// TweetNaCl is a cryptography library that we use to verify requests
// from Discord.
import nacl from "https://esm.sh/weetnacl@v1.0.3?dts";
import nacl from "https://esm.sh/tweetnacl@v1.0.3?dts";

// For all requests to "/" endpoint, we want to invoke home() handler.
serve({
Expand Down

0 comments on commit da4d4e0

Please sign in to comment.