Initial push
This commit is contained in:
33
.env.example
Normal file
33
.env.example
Normal file
@@ -0,0 +1,33 @@
|
||||
# Discord Bot Token and app id
|
||||
DISCORD_TOKEN=your_discord_bot_token
|
||||
APPLICATION_ID=your_application_id
|
||||
|
||||
# Bot Configuration
|
||||
# Message response chance (0-100)
|
||||
MESSAGE_RESPONSE_CHANCE=10
|
||||
|
||||
# Voice channel settings
|
||||
# Minimum time in seconds between voice channel joins
|
||||
MIN_VOICE_JOIN_INTERVAL=300
|
||||
# Maximum time in seconds between voice channel joins
|
||||
MAX_VOICE_JOIN_INTERVAL=1800
|
||||
# Minimum time in seconds to stay in a voice channel
|
||||
MIN_VOICE_STAY_DURATION=60
|
||||
# Maximum time in seconds to stay in a voice channel
|
||||
MAX_VOICE_STAY_DURATION=300
|
||||
# Minimum time in seconds between sounds in voice channel
|
||||
MIN_VOICE_MEOW_INTERVAL=5
|
||||
# Maximum time in seconds between sounds in voice channel
|
||||
MAX_VOICE_MEOW_INTERVAL=30
|
||||
|
||||
# Status update interval in seconds
|
||||
STATUS_UPDATE_INTERVAL=300
|
||||
|
||||
# Default theme (cat, dog, fox, robot)
|
||||
DEFAULT_THEME=cat
|
||||
|
||||
# Default pronoun for bot actions (their, his, her, etc.)
|
||||
CAT_PRONOUN=their
|
||||
|
||||
# Audio files directory (optional)
|
||||
# AUDIO_DIR=/path/to/audio/files
|
Reference in New Issue
Block a user