def __init__(self,
discord_client: discord.Client,
channel: discord.Channel,
home_settings: HomeSettings,
weather: Weather,
message_factory: MessageFactory) -> None:
self._discord_client = discord_client
self._channel = channel
self._home_settings = home_settings
self._weather = weather
self._message_factory = message_factory
评论列表
文章目录