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
|
|
|
|
To create a new tag, you need to fork the repository and edit the `tags.toml` file
|
|
|
|
|
|
|
|
Format:
|
|
|
|
```toml
|
|
|
|
[example-tag]
|
|
|
|
keywords = ["example", "tag"]
|
|
|
|
content = """
|
|
|
|
I love bun ❤️
|
|
|
|
"""
|
|
|
|
```
|
|
|
|
|
|
|
|
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-11 08:20:15 +02:00
|
|
|
- You can use hyperlink `[bun.sh](https://bun.sh)`
|
|
|
|
- Keywords need to include the tag name
|