diff --git a/modules/commands/base_command.py b/modules/commands/base_command.py index cde4a55..044c364 100644 --- a/modules/commands/base_command.py +++ b/modules/commands/base_command.py @@ -102,6 +102,7 @@ class BaseCommand(ABC): 'Hacker': 'Hacker_Command', 'Sports': 'Sports_Command', 'Stats': 'Stats_Command', + 'Weather': 'Wx_Command', # wx command reads from [Wx_Command]; [Weather] is legacy } # Determine old and new section names