Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/diegot4l/base-discord-bot-ts

A discord bot created with typescript and bunjs
https://github.com/diegot4l/base-discord-bot-ts

bunjs discord discord-bot discord-js templates typescript

Last synced: 5 days ago
JSON representation

A discord bot created with typescript and bunjs

Awesome Lists containing this project

README

        

# base-discord-bot-ts

To clone the repository:

```bash
git clone https://github.com/DiegoT4l/-TS-Bun-discord-bot.git
```

To install dependencies:

```bash
bun install
```

To build the project:

```bash
bun run build
```

To run:

```bash
bun run start
```

This project was created using `bun init` in bun v1.1.7. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.