You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -494,17 +494,18 @@ roles: # Roles mapping. The bot uses in
494
494
- @everyone
495
495
```
496
496
> [!CAUTION]
497
-
> Never ever share your Discord TOKEN with anyone. If you plan to checkin 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
498
498
> for the Discord TOKEN. GitHub will automatically revoke it from Discord for security reasons.
499
499
500
500
> [!IMPORTANT]
501
501
> The bots role needs to be above any other role in your Discord server that it has to be able to manage.<br>
502
502
> If you want the bot to give the "Online" role for people for example, it has to be below the bot's role.
503
503
504
504
> [!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`
508
509
509
510
### CJK-Fonts Support
510
511
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:
703
704
| 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) |
704
705
| Reports | The reporting framework allows you to create your own customized reports for DCSServerBot or overwrite existing ones. | [README](./reports/README.md) |
705
706
707
+
> [!NOTE]
706
708
> If you decide to develop something that might be of interest for other community members, I highly encourage you to
707
709
> share it. You can either ask me to incorporate it in the solution (some requirements might need to be met), or you
708
710
> just provide it in the format and way you prefer.
0 commit comments