def __init__(self, discord_client: discord.Client, weather: Weather, should_help: bool) -> None: self._discord_client = discord_client self._weather = weather self._should_help = should_help