11 Commits

Author SHA1 Message Date
Abhi
924466671c fix sangmata module 2025-07-27 15:41:40 +05:30
Abhi
743916b1c6 update license comments 2024-11-25 03:08:13 +05:30
Abhi
93b0caf72d Update sgb.py 2024-05-15 17:16:26 +05:30
allinoneallinone00
107530923b HotLints 2024-05-01 22:36:20 +00:00
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
allinoneallinone00
3715eafe69 Major Shit's Fixes 2024-04-30 00:35:34 +00:00
AnaxyJod
7cc60b20b5 Update sgb.py (#69) 2024-02-13 00:21:20 +05:30
Abhi
15f02faeec Fix: sgb.py
Remove support for reply and fix loop
2023-12-16 09:52:00 +00:00
Abhi
4bdaa6cd18 fix typo for help cmd 2023-12-15 15:57:58 +00:00
Abhi
f19ba2fc8f sgm 2023-12-15 15:50:58 +00:00
Abhi
6d30bf8467 Add: sangmata 2023-12-15 15:50:44 +00:00