https://github.com/developerjosh/anime-bot-v2
https://github.com/developerjosh/anime-bot-v2
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/developerjosh/anime-bot-v2
- Owner: DeveloperJosh
- Created: 2024-08-27T03:03:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T16:11:26.000Z (over 1 year ago)
- Last Synced: 2025-03-11T01:37:00.886Z (9 months ago)
- Language: TypeScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-discord-bot
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.24. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.