# The Discord bot's authentication token DISCORD_TOKEN= # LastFM API key for looking up artist and song info LASTFM_API_KEY= # OpenAI API key for chatbot functionality OPENAI_API_KEY= # Prompt used before each user chat prompt. Set to empty string to disable the # chatbot functionality. CHATBOT_PROMPT="You are a friendly Discord chatbot." # Database path for user activity tracking DB_PATH="./activities.db"