Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,10 @@ def info_print(*args, **kwargs):
discord_bot_channel = None
discord_bot_loop = None

# AI channel tracking globals
active_ai_channels = {} # Track which channels have AI enabled
AI_CHANNEL_TIMEOUT = 3600 # AI channel auto-disable timeout in seconds (1 hour)

# -----------------------------
# Location Lookup Function
# -----------------------------
Expand Down
Loading