basic bot

This commit is contained in:
grngxd 2025-07-31 11:29:31 +01:00
parent 4270071da2
commit 77101f1cc2
7 changed files with 79 additions and 15 deletions

View file

@ -1,15 +1,16 @@
# bot
# stereo.cat discord bot
To install dependencies:
written in typescript with d.js & bun
## development
https://bun.sh/docs/installation
```bash
git clone https://git.iwakura.rip/stereo.cat/discord-bot
bun install
bun run --watch .
```
To run:
## disclaimer
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.19. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.
All graphic assets belonging to stereo.cat may not be used in unofficial instances, forks or versions of our software. Please replace them if you are hosting our software yourself, they can be found in the ``public`` folder in this repository. More information (like the full license) can be found [here](https://git.iwakura.rip/stereo.cat/public)