From 9afed496a87bccd1b1819935c44e58732e1502c2 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Tue, 5 Jul 2022 10:28:14 -0700 Subject: Bump discord-interactions template --- examples/discord-interactions/README.md | 6 +++++- examples/discord-interactions/package.json | 5 ++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/examples/discord-interactions/README.md b/examples/discord-interactions/README.md index 2b62661fc..d620cacd1 100644 --- a/examples/discord-interactions/README.md +++ b/examples/discord-interactions/README.md @@ -3,15 +3,19 @@ A [slash-create](https://npm.im/slash-create) template, using [Bun runtime](https://bun.sh). ## Getting Started + ### Cloning the repo + ```sh 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. \ No newline at end of file + +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. diff --git a/examples/discord-interactions/package.json b/examples/discord-interactions/package.json index cef65c096..d31709aa2 100644 --- a/examples/discord-interactions/package.json +++ b/examples/discord-interactions/package.json @@ -1,8 +1,7 @@ { - "version": "0.0.42", + "version": "0.0.3", "name": "@bun-examples/discord-interactions", - "dependencies": { "slash-create": "^5.7.0" } -} \ No newline at end of file +} -- cgit v1.2.3