Skip to content

Commit

Permalink
[Weather] 1.5.0
Browse files Browse the repository at this point in the history
- Allow changing the API version to OneCall 3.0 if desired.
  - The 3.0 API includes summary information about the weather but only in english as far as I can tell.
- Reduce code duplication where possible so it's easier to maintain.
- Assume that any field may not be provided from the API as per their documentation.
- Pull locale information from the bot to pass to the API instead of just interaction locale.
- Include more information about what step errors from the API.
  • Loading branch information
TrustyJAID committed Apr 5, 2024
1 parent cae3796 commit 6d192f3
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 275 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ TrustyJAID's Cogs for [Red-DiscordBot](https://github.com/Cog-Creators/Red-Disc
| Turbo | 1.0.0 | <details><summary>Relive that 90's computer feel with turbo mode on any command!</summary>Add turbo mode to all your commands!</details> | TrustyJAID |
| Tweets | 3.0.1 | <details><summary>Cog for getting info from Twitter</summary>Gets the latest Tweet from twitter accounts and posts them in the specified channels</details> | palmtree5 and TrustyJAID |
| Twitch | 1.4.0 | <details><summary>Get basic twitch account information.</summary>Get notified of new twitch followers and get basic profile info.</details> | TrustyJAID |
| Weather | 1.4.0 | <details><summary>Show the current weather in specified locations!</summary>Check the current weather in many cities around the world including in Kelvin.</details> | TrustyJAID |
| Weather | 1.5.0 | <details><summary>Show the current weather in specified locations!</summary>Check the current weather in many cities around the world including in Kelvin.</details> | TrustyJAID |
| Welcome | 2.5.1 | <details><summary>Welcome new users to the server</summary>Welcome new users to the server or say goodbye when they leave.</details> | irdumb and TrustyJAID |

Any questions you can find [TrustyBot](https://discordapp.com/api/oauth2/authorize?client_id=268562382173765643&permissions=2146958583&scope=bot) and myself over on [my server](https://discord.gg/wVVrqej) or on the [Redbot Cog Support server](https://discord.gg/GET4DVk).
Expand Down
Loading

0 comments on commit 6d192f3

Please sign in to comment.