Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lassejlv/discord-bun-template
A discord bot template using bun
https://github.com/lassejlv/discord-bun-template
Last synced: 2 months ago
JSON representation
A discord bot template using bun
- Host: GitHub
- URL: https://github.com/lassejlv/discord-bun-template
- Owner: lassejlv
- Created: 2024-04-11T08:54:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T09:13:51.000Z (9 months ago)
- Last Synced: 2024-04-17T03:57:54.953Z (9 months ago)
- Language: TypeScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# discord-bun-template
To install dependencies:
```bash
bun install
```To run:
```bash
bun run src/index.ts
```This project was created using `bun init` in bun v1.1.3. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.