﻿# Discord AI Bot - Environment Variables
# Author: RSK World
# Website: https://rskworld.in
# Year: 2026

# Discord Bot Token (Required)
# Get this from https://discord.com/developers/applications
# Create a new application, go to Bot section, and copy the token
DISCORD_TOKEN=your_discord_bot_token_here

# OpenAI API Key (Required for AI features)
# Get this from https://platform.openai.com/api-keys
# Sign up/login and create a new API key
OPENAI_API_KEY=your_openai_api_key_here

# Log Channel ID (Optional)
# The Discord channel ID where logs should be sent
# Leave empty to use a channel named "logs"
# To get channel ID: Enable Developer Mode in Discord, right-click channel, Copy ID
LOG_CHANNEL_ID=
