Skip to content
Open

Dev #17

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 17 additions & 4 deletions LsoBot/LsoBot-Config.psd1
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
<#
////////////////////////////////////////////// LSO BOT //////////////////////////////////////////////

Version: 1.1.0 dev
Version: 1.2.0 dev

Join the Discord: https://discord.gg/nr9xb6YJfw

Contributors:
Original Contributors:
YoloWingPixie | https://github.com/YoloWingPixie
Auranis | https://github.com/Auranis

Current branch maintained by:
BadMojo11 | https://github.com/BadMojo11
Japopich | https://github.com/japopich

Special Thanks to:
Carrier Strike Group 8 - https://discord.gg/9h9QUA8

Expand Down Expand Up @@ -40,13 +44,22 @@ Carrier Strike Group 8 - https://discord.gg/9h9QUA8

webHookUrl = 'https://discord.com/api/webhooks/NOTAREALWEBHOOKCHANGEME'

# Enable debugging set flag to 1, else set to 0
debug_flag = 1;

# Second Webhook URL for use with debugging server
webHookUrl_debug = 'https://discord.com/api/webhooks/NOTAREALWEBHOOKCHANGEME'

logpath = '$env:USERPROFILE\Saved Games\DCS.openbeta_server\Logs\dcs.log'
#Only the environment variable $env:USERPROFILE is supported

#////////////////////////////////////////////// OPTIONS //////////////////////////////////////////////

underlineStyle = "Underline"

hookStyle = "embed"
hookStyle = "embed"

#Output grade points to Discord and logs; $true or $false
pointScoring = $false

}
}
Loading