Change testing config default to False #27

Closed
opened 2026-02-20 06:49:47 +00:00 by cal · 0 comments
Owner

Description

config.py:88testing: bool = True. The _sync_commands method in bot.py:302 branches on config.testing: if True, commands sync only to the configured guild; if False, globally. Any production deployment missing TESTING=false will silently sync commands only to dev guild.

File Locations

  • config.py:88
  • bot.py:302

Labels

bug

Priority

medium

## Description `config.py:88` — `testing: bool = True`. The `_sync_commands` method in `bot.py:302` branches on `config.testing`: if True, commands sync only to the configured guild; if False, globally. Any production deployment missing `TESTING=false` will silently sync commands only to dev guild. ## File Locations - `config.py:88` - `bot.py:302` ## Labels bug ## Priority medium
cal closed this issue 2026-02-20 20:29:07 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cal/major-domo-v2#27
No description provided.