fix: добавить импорт commands в morning_runner

This commit is contained in:
deadzilla 2026-05-29 23:05:59 +05:00
parent 054422b764
commit 05722c05ec

View File

@ -5,6 +5,7 @@ import logging
from datetime import datetime, timedelta from datetime import datetime, timedelta
import discord import discord
from discord import commands
from discord.ext import tasks from discord.ext import tasks
from utils.pogoda import fetch_weather, pressure_to_mmhg, translate_weather from utils.pogoda import fetch_weather, pressure_to_mmhg, translate_weather