the-convocation / venat

open source ffxiv community discord bot that's incredibly easy to self-host
GNU Affero General Public License v3.0
16 stars 6 forks source link

feat: implement ffxiv weather module #101

Closed karashiiro closed 2 years ago

karashiiro commented 2 years ago

Describe your changes

Adds an FFXIV weather module for looking up weather forecasts.

New command: /weather <zone> <lang> image

The embed accent color is extracted from the icon.

The main body of the embed does not consider time zones, so I left those in UTC. The footer uses the embed's timestamp field, though, which automatically shows up in the user's locale.

Issue ticket number and link

Closes #87

karashiiro commented 2 years ago

Actually, I just noticed an issue with the weather target calculation, fixing that now.

karashiiro commented 2 years ago

Fixed, ready for review.