blob: 84e69d9b27e82319c35f3daa17a0231cc31a6dce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# /create with Bun runtime
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
```
### 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.
|