* 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.
* Fix english
* Add cat picture credit to the help command in portuguese.json
* set privacy as hyperlink
---------
Co-authored-by: GiovaniFZ <giovanifinazzi@gmail.com>
* Update README.md
Now we don't have config.env anymore, we now use config.json inside props folder
* Add portuguese.json
* Set portuguese language if user's telegram app is in portuguese
* oh fudge, I forgot this one
---------
Co-authored-by: GiovaniFZ <giovanifinazzi@gmail.com>