diff options
author | 2022-07-07 18:29:05 -0400 | |
---|---|---|
committer | 2022-07-07 15:58:05 -0700 | |
commit | 76ef4fc976cd6fa6db6161ac59c3f9c196fbbcd7 (patch) | |
tree | b5af536275f3ed77483366512b2e8f2b5f79b72b | |
parent | fe858a91969170ccc26b4dfd53cde9d82ff05179 (diff) | |
download | bun-76ef4fc976cd6fa6db6161ac59c3f9c196fbbcd7.tar.gz bun-76ef4fc976cd6fa6db6161ac59c3f9c196fbbcd7.tar.zst bun-76ef4fc976cd6fa6db6161ac59c3f9c196fbbcd7.zip |
Deleted installing dependencies from Discord README since it's done automatically when cloning
-rw-r--r-- | examples/discord-interactions/README.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/discord-interactions/README.md b/examples/discord-interactions/README.md index d620cacd1..84e69d9b2 100644 --- a/examples/discord-interactions/README.md +++ b/examples/discord-interactions/README.md @@ -10,12 +10,6 @@ A [slash-create](https://npm.im/slash-create) template, using [Bun runtime](http bun create discord-interactions interactions-bot ``` -After that, make sure to install dependencies using bun or any other npm compatible package manager: - -```sh -bun install -``` - ### Development To run this locally, rename `.env.example` to `.env` and fill in the variables, then you can run `bun run.js` to start a local dev environment and use something like ngrok/cloudflare to tunnel it to a URL. |