-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml.example
More file actions
32 lines (26 loc) · 1.19 KB
/
config.yaml.example
File metadata and controls
32 lines (26 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# ConsoNance Configuration File
# Copy this file to config.yaml and fill in your actual values
# Discord Bot Token (REQUIRED)
# Get your token from https://discord.com/developers/applications
discord_token: "YOUR_DISCORD_BOT_TOKEN_HERE"
# ===== Optional Settings =====
# These settings are all optional. You can control the bot via Discord chat commands!
# Auto-connect Settings (Optional)
# If you want the bot to automatically join a voice channel on startup,
# uncomment and fill in these values:
# guild_id: "YOUR_GUILD_ID_HERE"
# channel_id: "YOUR_CHANNEL_ID_HERE"
# To join via Discord chat, simply mention the bot:
# @Bot join #channel-name
# @Bot leave
# @Bot status
# @Bot help
# Audio Device Settings (Optional)
# If not specified, you'll be prompted to select a device from a list at startup
# To use a specific device, uncomment and set the device name:
# audio_device_name: "Speakers (Realtek High Definition Audio)"
# Audio Buffer Settings (Optional)
# Number of audio buffer periods (affects latency and stability)
# 0 = use default, higher values = more stable but more latency
# Recommended: 3-6 depending on your system performance
audio_buffer_periods: 0