16 Commits

Author SHA1 Message Date
Abhi
26b6159b0d fix: update quotes api url 2025-07-08 15:46:55 +05:30
Abhi
9ac09ee101 address some dependabot issues 2025-05-13 03:07:25 +05:30
Abhi
1415a0f8d1 fix: remove & update depreacted methods
* `forward_from `
* `forward_sender_name`
* `forward_signature `
2025-04-25 00:29:45 +05:30
Abhi
45a2c70775 remove deprecated message.forward_date 2025-04-24 23:07:50 +05:30
Abhi
aaefe29b95 fix: remove deprecated message.forward_from_chat 2025-04-24 23:02:12 +05:30
allinoneallinone00
107530923b HotLints 2024-05-01 22:36:20 +00:00
deepsource-autofix[bot]
16ce0ce826 refactor: add newline at end of file
It is recommended to put a newline at the end of the file.
2024-05-01 22:48:07 +05:30
deepsource-autofix[bot]
ba975a324b refactor: refactor unnecessary else / elif when if block has a return statement
The use of `else` or `elif` becomes redundant and can be dropped if the last statement under the leading `if` / `elif` block is a `return` statement.
In the case of an `elif` after `return`, it can be written as a separate `if` block.
For `else` blocks after `return`, the statements can be shifted out of `else`. Please refer to the examples below for reference.

Refactoring the code this way can improve code-readability and make it easier to maintain.
2024-05-01 22:19:37 +05:30
deepsource-autofix[bot]
b3c86802c4 refactor: remove unused imports
An object has been imported but is not used anywhere in the file.
It should either be used or the import should be removed.
2024-05-01 22:11:04 +05:30
allinoneallinone00
3715eafe69 Major Shit's Fixes 2024-04-30 00:35:34 +00:00
allinoneallinone00
bf140da5b6 Refactor and Fix issues in install 2024-04-23 15:49:31 +00:00
Abhi
e33ab2cd1d Fix: squotes.py 2023-12-16 17:30:39 +00:00
Abhi
7a558c089e moved to pyrofork 2023-12-15 08:06:12 +00:00
Abhi
e406b69c94 update UB - 1.5.0 2023-10-30 13:27:44 +00:00
Abhi
56e03aaae6 update ub 2023-10-30 13:19:13 +00:00
AbhiTheModder
716a4a964f Some necessary modules 2023-02-09 12:35:48 +05:30