[AB-91] adding direct link to open weather map in the output of the weather command

This commit is contained in:
Sheldan
2023-03-19 10:55:36 +01:00
parent c6aa854aa3
commit a3d125b67d
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
Weather in ${locationName}, ${countryKey}: ${weatherIcon} ${weatherKey} - ${weatherDescription}
Weather in [${locationName}, ${countryKey}](${weatherLocationLink}): ${weatherIcon} ${weatherKey} - ${weatherDescription}