Open
Conversation
* Added listgmute command * Added listgban command * hash module moved to misc module * birakmamseni command moved to misc module * Some changes Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
* Also includes PyLint fixes Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
Signed-off-by: frknkrc44 <krc440002@gmail.com> Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
* This will most likely fix your db error Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
* Also pyrogram version upgraded Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
* Urls changed * Canary added Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
* Also python version updated to 3.9.4 Signed-off-by: NaytSeyd <NaytSeyd@yandex.com>
* We made this change because Python 3.12 deprecate distutils module.
* Switched from Pyrogram to Pyrofork * Implemented modules folder structure * Added kernelsu command * Fixed bugs * Improved functions
…ted issues. (#22) * Also missing headers (such as Content-Disposition) are removed. Signed-off-by: trkzmn <trkzmn89@gmail.com>
* If PostgreSQL socket is not available (such as port is not open, firewall etc.)
some modules (which are need db to work properly) fails (chat.snips, chat.blacklist etc.).
- Error(s):
1- connection to server at "localhost" (127.0.0.1), port 5432 failed: Connection refused (0x0000274D/10061)
Is the server running on that host and accepting TCP/IP connections?
2- WARNING - Unable to run mutechat, unmutechat commands, no SQL connections found
* That's why stituations like this serverless SQLite should be used.
Reference: https://stackoverflow.com/a/35370008
Signed-off-by: trkzmn <trkzmn89@gmail.com>
Signed-off-by: trkzmn <trkzmn89@gmail.com>
Signed-off-by: trkzmn <trkzmn89@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
31