Merge branch 'development' of https://github.com/Kanium/KaniumCogs into development

This commit is contained in:
AllfatherHatt 2025-03-16 13:09:24 +01:00
commit de39425587

View File

@ -7,8 +7,8 @@ import json
URL = 'http://api.weatherapi.com/v1' URL = 'http://api.weatherapi.com/v1'
def time_now() -> datetime: def time_now() -> str:
return datetime.now(timezone.utc) return str(datetime.now(timezone.utc))
def get_current_weather(location: str) -> str: def get_current_weather(location: str) -> str: