Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.