Added Test Mode
This commit is contained in:
18
.env.testing
Normal file
18
.env.testing
Normal file
@@ -0,0 +1,18 @@
|
||||
# Discord Bot Configuration
|
||||
# Testing environment configuration
|
||||
# This file is used when running: python bot.py testing
|
||||
|
||||
# Your Discord bot token (from Discord Developer Portal) - use a DIFFERENT bot for testing!
|
||||
DISCORD_TOKEN=MTQyNDU3MjA4MjI1MTEwODQyNQ.GJ8iyw.B2O1nlAsw6AlRz3YR5eSN-OcHm4j1l7lEHzxY0
|
||||
|
||||
# The text channel ID to monitor for messages
|
||||
# (Right-click channel with Developer Mode enabled -> Copy ID)
|
||||
# Use a DIFFERENT channel for testing!
|
||||
TEXT_CHANNEL_ID=1424585470616146061
|
||||
|
||||
# Directory containing voice .wav files
|
||||
VOICES_DIR=./voices
|
||||
|
||||
# Default voice name (optional - uses first found voice if not set)
|
||||
# This should match the filename without .wav extension (case-insensitive)
|
||||
# DEFAULT_VOICE=masterchief
|
||||
Reference in New Issue
Block a user