Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilhamjaya08/bun-discord
Fast and lightweight Discord bot starter written and run in Bun
https://github.com/ilhamjaya08/bun-discord
boilerplate bot-discord bun bun-framework discordbot discordjs fast http template
Last synced: 3 months ago
JSON representation
Fast and lightweight Discord bot starter written and run in Bun
- Host: GitHub
- URL: https://github.com/ilhamjaya08/bun-discord
- Owner: ilhamjaya08
- Created: 2024-06-07T02:59:00.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T12:34:06.000Z (7 months ago)
- Last Synced: 2024-09-29T09:20:15.136Z (3 months ago)
- Topics: boilerplate, bot-discord, bun, bun-framework, discordbot, discordjs, fast, http, template
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun-discord
A Fast and lightweight Discord bot starter template written and run in Bun
To install dependencies:
```bash
bun install
```Then add your bot credentials like Token, etc at token.json file, for example
```json
{
"token": "YOUR_TOKEN"
}
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.1.12. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.