2022-07-10 18:43:47 +02:00
|
|
|
# Bun discord bot
|
2022-07-11 08:36:36 +02:00
|
|
|
Official serverless discord bot for [bun](https://bun.sh/) [discord server](https://bun.sh/discord)
|
2022-07-10 18:49:40 +02:00
|
|
|
|
|
|
|
## Contributing tags
|
2023-09-19 15:45:36 +02:00
|
|
|
To create a new tag, you need to fork this repository and add new file to `data/tags/name.md` file
|
2022-07-10 18:49:40 +02:00
|
|
|
|
|
|
|
Format:
|
2023-09-19 15:45:36 +02:00
|
|
|
```md
|
|
|
|
---
|
|
|
|
question: Question question question?
|
|
|
|
keywords:
|
|
|
|
- "keyword1"
|
|
|
|
- "keyword2"
|
|
|
|
---
|
|
|
|
|
|
|
|
comment 1
|
|
|
|
comment 2
|
|
|
|
comment 3
|
2022-07-10 18:49:40 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
Informations:
|
|
|
|
- The bot uses interactions so you can use emoji from all discord servers. However, please only use ours as we can't control the others.
|
2022-07-16 15:40:06 +02:00
|
|
|
- You can use hyperlink `[bun.sh](<https://bun.sh>)`
|