TelegramBot/commands
DaviDev 2851ebce3c
feat: Add weather command using weather.com API (#10)
* Update gsmarena.js

* feat: Add weather command using weather.com API

This commit introduces a new command that allows users to check the weather forecast. The command retrieves weather data from the weather.com API and provides relevant information to users.

# Command:
/weather <city>

Example usage:
/weather New York

Technical details: Implementation of the weather command using the weather.com API in English.
2024-09-08 18:30:56 -03:00
..
admin.js Better error handling + more commands + code optimization 2024-08-30 21:12:38 -03:00
crew.js Update crew.js 2024-09-08 00:21:38 -03:00
fun.js Unnecessary split code removed + update swlib commit 2024-08-31 21:23:30 -03:00
gsmarena.js feat: Add weather command using weather.com API (#10) 2024-09-08 18:30:56 -03:00
info.js fix: Let last name empty if username doesn't have one 2024-09-08 14:03:43 -03:00
lastfm.js Fixed Lastfm status 2024-09-08 10:18:42 -03:00
main.js Unnecessary split code removed + update swlib commit 2024-08-31 21:23:30 -03:00
weather.js feat: Add weather command using weather.com API (#10) 2024-09-08 18:30:56 -03:00