Skip to content

Commit

Permalink
fix: default whitelist to false
Browse files Browse the repository at this point in the history
Can cause problem if you don't populate the guild list
  • Loading branch information
TheTipo01 authored Aug 23, 2024
1 parent 584c652 commit 67dd305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ youtubeapikey: ""

# If set to true, the bot will only respond to commands in the guilds listed below.
# If set to false, the bot will respond to commands in all guilds, except the ones listed below.
whitelist: true
whitelist: false

guildlist:
- 0000000000000000
Expand Down Expand Up @@ -64,4 +64,4 @@ origin: https://example.com
# - userid: 1111111111111111
# token: correct-horse-battery-staple
# guildid: 0000000000000000
# textchannelid: 0000000000000000
# textchannelid: 0000000000000000

0 comments on commit 67dd305

Please sign in to comment.