diff --git a/garfpy/weather.py b/garfpy/weather.py index 4927a19..1d07024 100644 --- a/garfpy/weather.py +++ b/garfpy/weather.py @@ -126,7 +126,7 @@ class WeatherAPI: return await response.json() except aiohttp.ClientError as e: logger.error(f"Error fetching weather data for '{location}': {e}") - ctx.send(f"`Error fetching weather data for '{location}': {e}`") + await ctx.send(f"`Error fetching weather data for '{location}': {e}`") return None def weather_embed(self, weather_data):