Skip to content

Commit 1d5117b

Browse files
committed
Quote ADMIN_IDS value in docker-compose.yml
1 parent 07c3cad commit 1d5117b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
GUILD_ID: "" # The ID of the Discord server your self-bot will be running on
1111
COMMAND_CHANNEL_ID: "" # The ID of the Discord channel where your self-bot will respond to commands
1212
VIDEO_CHANNEL_ID: "" # The ID of the Discord voice/video channel where your self-bot will stream videos
13-
ADMIN_IDS: ["YOUR_USER_ID_HERE"] # A list of Discord user IDs that are considered administrators (comma-separated or JSON array format)
13+
ADMIN_IDS: '["YOUR_USER_ID_HERE"]' # A list of Discord user IDs that are considered administrators (comma-separated or JSON array format)
1414
# General options
1515
VIDEOS_DIR: "./videos" # The local path where you store video files
1616
PREVIEW_CACHE_DIR: "./tmp/preview-cache" # The local path where your self-bot will cache video preview thumbnails

0 commit comments

Comments
 (0)