Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/diegot4l/base-discord-bot-ts
- Owner: DiegoT4l
- License: mit
- Created: 2024-05-22T20:18:40.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T07:23:53.000Z (7 months ago)
- Last Synced: 2024-05-23T08:31:06.826Z (7 months ago)
- Topics: bunjs, discord, discord-bot, discord-js, templates, typescript
- Language: TypeScript
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.