File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments