chore(bots/discord): add default config

This commit is contained in:
PalmDevs
2024-04-03 15:34:33 +07:00
parent 513c6b18f0
commit c1e1953762
9 changed files with 51 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
# ⚙️ Configuration
You will need to copy `config.example.ts` to `config.ts` to be able to start the bot, as it is the default configuration.
See [`config.ts`](../config.ts).
---

View File

@@ -79,7 +79,7 @@ filterOverride: {
},
```
[^1]: Possible triggers are regular expressions or [label configurations](../config.example.ts#L83).
[^1]: Possible triggers are regular expressions or [label configurations](../config.schema.ts#L83).
Label configurations are only allowed for **text scans** currently. However in the future, it may also come for image scans. There is nothing preventing this from happening.
## ⏭️ What's next