26 Commits

Author SHA1 Message Date
GiovaniFZ
cdddd65962 Merge branch 'buttons_help' 2024-09-09 18:33:10 -03:00
b3b7eca5c7
Translations + more fixes on help buttons 2024-09-09 18:11:06 -03:00
aed0bd04a1
Fix typos on strings
Signed-off-by: lucmsilva651 <lucmsilva651@gmail.com>
2024-09-08 19:20:05 -03:00
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
GiovaniFZ
dadbf02e9e feat: Buttons for help 2024-09-08 14:01:39 -03:00
Lucas Gabriel
c3ac5c8e7c
Update portuguese.json 2024-09-08 00:14:00 -03:00
GiovaniFZ
85dd138d2b feat: lt: show number of plays 2024-09-07 20:53:10 -03:00
c05ee25f25
Fixed security issue with self-kicking 2024-09-07 20:12:14 -03:00
772914f6bf
Last.fm status command 2024-09-07 12:57:20 -03:00
4be9aa4aca
Unnecessary split code removed + update swlib commit
Signed-off-by: lucmsilva651 <lucmsilva651@gmail.com>
2024-08-31 21:23:30 -03:00
96f915838d
Better error handling + more commands + code optimization 2024-08-30 21:12:38 -03:00
e4c8327117
Put missing strings on portuguese 2024-07-31 12:07:01 -03:00
43d521ad18
Merge branch 'main' of https://github.com/lucmsilva651/lynx 2024-07-31 12:02:52 -03:00
0016357513
Added self-kicking method for Crew 2024-07-31 12:01:57 -03:00
mthlma
b5fa234f41
Privacy hiperlink (#8)
* Fix english

* Add cat picture credit to the help command in portuguese.json

* set privacy as hyperlink

---------

Co-authored-by: GiovaniFZ <giovanifinazzi@gmail.com>
2024-07-30 21:30:55 -03:00
mthlma
679cc423f5
Fix english (#7)
* Fix english

* Add cat picture credit to the help command in portuguese.json

---------

Co-authored-by: GiovaniFZ <giovanifinazzi@gmail.com>
2024-07-29 20:08:29 -03:00
aa79bf3ceb
Added logs to some commands on crew 2024-07-29 13:30:31 -03:00
af87f6e2c1
Fixed old vars on portuguese 2024-07-28 12:07:20 -03:00
d4c236ed9d
Unban system + changed ban command 2024-07-28 12:00:56 -03:00
1d6e569cae
Beta ban system + Simple fixes on getinfo 2024-07-28 11:48:30 -03:00
bcddfb06ba
Push some owner-only commands 2024-07-26 01:38:23 -03:00
5da48e0891
Removed strings from some fun commands 2024-07-26 00:45:54 -03:00
7245441c5f
Added more commands to fun 2024-07-26 00:43:30 -03:00
b1e1394071
String changes 2024-07-25 23:55:14 -03:00
4771ca669e
Some small changes based on #6 2024-07-25 23:42:24 -03:00
mthlma
fd3196a34f
Update README.md + Translations (#6)
* 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>
2024-07-25 23:40:22 -03:00