You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2019. It is now read-only.
Hi,
I have a problem with Forecast Precip. I'm using this module to make a command on my Discord Bot which it'll display Weather when I tried to show todays current precip it had an empty value why's that?
let newprecip = content[0].forecast[0].precip.length <= 0 ? "0" : content[0].forecast[0].precip
Hi,
I have a problem with Forecast Precip. I'm using this module to make a command on my Discord Bot which it'll display Weather when I tried to show todays current precip it had an empty value why's that?
let newprecip = content[0].forecast[0].precip.length <= 0 ? "0" : content[0].forecast[0].precip