basic bot
This commit is contained in:
parent
4270071da2
commit
77101f1cc2
7 changed files with 79 additions and 15 deletions
17
README.md
17
README.md
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue