Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
fix: moved incorrectly placed default values in config
Browse files Browse the repository at this point in the history
  • Loading branch information
zleyyij committed Nov 8, 2023
1 parent d1151ee commit 8b18d0e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions config.default.jsonc
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
// Specifically event logging
"logging": {
// restrict this command to people with the `administrator` perm
"permissions": {
"requiredPerms": ["administrator"]
},
/**
* Different levels of verbose logging.
*
Expand Down Expand Up @@ -37,6 +33,10 @@
// permissions are explained in the production environment doc
"modules": {
"logging": {
// restrict this command to people with the `administrator` perm
"permissions": {
"requiredPerms": ["administrator"]
},
"enabled": true,
// each channel ID paired with a respecting logging channel, if it's not specified here
// messages from that channel will silently not be logged,
Expand Down Expand Up @@ -78,7 +78,6 @@
"google": {
"enabled": true
},
// API key is shared with google
"youtube": {
"enabled": true
},
Expand Down

0 comments on commit 8b18d0e

Please sign in to comment.