Skip to content

Commit 363df96

Browse files
author
karel26
committed
Documentation update
1 parent 5cef656 commit 363df96

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -494,17 +494,18 @@ roles: # Roles mapping. The bot uses in
494494
- @everyone
495495
```
496496
> [!CAUTION]
497-
> Never ever share your Discord TOKEN with anyone. If you plan to check in your configuration to GitHub, don't do that
497+
> Never ever share your Discord TOKEN with anyone. If you plan to check-in your configuration to GitHub, don't do that
498498
> for the Discord TOKEN. GitHub will automatically revoke it from Discord for security reasons.
499499
500500
> [!IMPORTANT]
501501
> The bots role needs to be above any other role in your Discord server that it has to be able to manage.<br>
502502
> If you want the bot to give the "Online" role for people for example, it has to be below the bot's role.
503503
504504
> [!TIP]
505-
> The bot will remove the Discord token on the first startup from your bot.yaml.<br>
506-
> If you want to replace the token later, just re-add the line into your bot.yaml and DCSServerBot will replace the
507-
> internal token with this one.
505+
> The bot will remove the Discord TOKEN on the first startup from your bot.yaml.<br>
506+
> If you want to replace the Discord TOKEN later, just re-add the line into your bot.yaml and DCSServerBot will replace
507+
> the internally saved Discord TOKEN with this one.
508+
> `token: NEW_TOKEN`
508509
509510
### CJK-Fonts Support
510511
DCSServerBot supports external fonts, especially CJK-fonts to render the graphs and show your player names using the
@@ -703,6 +704,7 @@ I have created some READMEs for you that you can start with:
703704
| Extension | An extension runs for each supported server, but on the node the server is running on. It can access all resources of that server. | [README](./extensions/README.md) |
704705
| Reports | The reporting framework allows you to create your own customized reports for DCSServerBot or overwrite existing ones. | [README](./reports/README.md) |
705706

707+
> [!NOTE]
706708
> If you decide to develop something that might be of interest for other community members, I highly encourage you to
707709
> share it. You can either ask me to incorporate it in the solution (some requirements might need to be met), or you
708710
> just provide it in the format and way you prefer.

0 commit comments

Comments
 (0)