mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-10 01:08:07 +01:00
chore(README): add Contributing tags section
This commit is contained in:
parent
4c6de26ef0
commit
8e3a8fd54c
1 changed files with 17 additions and 1 deletions
18
README.md
18
README.md
|
@ -1,2 +1,18 @@
|
||||||
# Bun discord bot
|
# Bun discord bot
|
||||||
Official serverless [discord](https://bun.sh/discord) bot for [bun](https://bun.sh/) runtime
|
Official serverless [discord](https://bun.sh/discord) bot for [bun](https://bun.sh/) runtime
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
- You can use hyperlink `[bun.sh](https://bun.sh)`
|
Loading…
Reference in a new issue