Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 671 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 671 Bytes

BlendoBot.Module.Weather

Returns the weather for a given address

GitHub Workflow Status

Can't figure if it's sunny or raining? This command lets you get that information directly through a Discord bot!

Discord Usage

  • ?weather [location]
    • Shows the weather for a given location.

Config

This module requires two API keys: a TimezoneApiKey from TimeZoneDB and a WeatherApiKey from OpenWeatherMap.

[Weather]
TimezoneApiKey=YOUR_TIMEZONEDB_API_KEY
WeatherApiKey=YOUR_OPENWEATHERMAP_API_KEY