diff options
| author | 2020-10-22 10:14:47 -0500 | |
|---|---|---|
| committer | 2020-10-22 10:14:47 -0500 | |
| commit | 0a02ba8d61fa4cee2e38baf3c34d8cb76d7530b0 (patch) | |
| tree | 80950387806d387e4ac2cf1e099e396479338e2e | |
| parent | Added voice_chat to eval list (diff) | |
Update config-default.yml
Changing a hyphen to an underscore in the config
Co-authored-by: kwzrd <[email protected]>
| -rw-r--r-- | config-default.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml index 3eac3d171..3f4352153 100644 --- a/config-default.yml +++ b/config-default.yml @@ -195,7 +195,7 @@ guild:          # Voice          code_help_voice:                    755154969761677312          code_help_voice_2:                  766330079135268884 -        voice-chat:                         412357430186344448 +        voice_chat:                         412357430186344448          admins_voice:       &ADMINS_VOICE   500734494840717332          staff_voice:        &STAFF_VOICE    412375055910043655  |