Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/versx/WhMgr
Browse files Browse the repository at this point in the history
  • Loading branch information
versx committed Nov 21, 2020
2 parents 54d24a0 + fc8abb4 commit 60c4ad6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ bitsadmin /transfer dotnet-install-job /download /priority FOREGROUND https://ra
},
// Enable city role assignments.
"enableCities": false,
// City/geofence role(s)
// City/geofence role(s) used to assign city roles (if enabled) as well as depict what
// geofences are related to which Discord guild. **NOT** used for subscriptions.
"cityRoles": [
"City1",
"City2"
Expand Down Expand Up @@ -155,7 +156,7 @@ bitsadmin /transfer dotnet-install-job /download /priority FOREGROUND https://ra
"donorRoleIds": [
000000000000000000
],
"moderatorIds": [
"moderatorRoleIds": [
000000000000000000
],
"token": "<DISCORD_BOT_TOKEN>",
Expand Down Expand Up @@ -304,7 +305,7 @@ bitsadmin /transfer dotnet-install-job /download /priority FOREGROUND https://ra
"gmapsKey": "",
// Minimum despawn time in minutes a Pokemon must have in order to send the alarm (default: 5 minutes)
"despawnTimeMinimumMinutes": 5,
// Log webhook payloads to a file for debugging
// Log webhook payloads to a file for debugging (do not enable unless you're having issues receiving data
"debug": false,
// Only show logs with higher or equal priority levels (Trace, Debug, Info, Warning, Error, Fatal, None)
"logLevel": "Trace"
Expand Down

0 comments on commit 60c4ad6

Please sign in to comment.