-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
moderation: add pin/unpin #305
Open
troublescope
wants to merge
13
commits into
userbotindo:staging
Choose a base branch
from
troublescope:master
base: staging
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
…g virtual environment files
feat(tg.py): add parse_telegram_link function to extract chat_id and msg_id from telegram links
…void compatibility issues with other hooks
…r readability fix(network.py): fix variable reference error when reply_msg is None fix(tg.py): convert chat_id to int when it is negative to avoid errors
feat(main.py): add callback query support to show command list by module feat(main.py): add cache to store message id and chat id for menu feat(version.py): update version to 0.1.3 feat(sample_config.toml): add colorlog setting to config file
Signed-off-by: tomyprs <[email protected]>
…tter code formatting and import sorting
…lity fix(main.py): remove unused cache variable to improve code efficiency fix(main.py): remove unnecessary whitespace to improve code formatting fix(main.py): remove unnecessary comments to improve code readability fix(main.py): remove unnecessary line breaks to improve code readability fix(main.py): remove unnecessary parentheses to improve code readability fix(main.py): remove unnecessary try-except block to improve code efficiency fix(main.py): remove unnecessary else block to improve code readability fix(main.py): remove unnecessary finally block to improve code readability fix(main.py): remove unnecessary break statements to improve code readability fix(main.py): remove unnecessary del statement to improve code efficiency fix(main.py): remove unnecessary except block to improve code readability fix(main.py): remove unnecessary if-else block to improve code readability fix(main.py): remove unnecessary defaultdict import statement to improve code efficiency fix(main.py): remove unnecessary heading parameter in join_map function to improve code readability fix(main.py): remove unnecessary response is not None check to improve code readability fix(main.py): remove unnecessary response variable to improve code readability fix(main.py): remove unnecessary res variable to improve code readability fix(main.py): remove unnecessary res variable assignment to improve code readability fix(main.py): remove unnecessary res variable assignment in try-except block to improve code readability fix(main.py): remove unnecessary res variable assignment in if-else block to improve code readability fix(main.py): remove unnecessary res variable assignment in except block to improve code readability fix(main.py): remove unnecessary res variable assignment in else block to improve code readability fix(main.py): remove unnecessary res variable assignment in finally block to improve code readability fix(main.py): remove unnecessary res variable assignment in for loop to improve code readability fix(main.py): remove unnecessary res variable assignment in if statement to improve code readability fix(main.py): remove unnecessary res variable assignment in try block to improve code readability fix(main.py): remove unnecessary res variable assignment in while loop to improve code readability fix(main.py): remove unnecessary res variable assignment in with statement to improve code readability fix(main.py): remove unnecessary res variable assignment in yield statement to improve code readability fix(main.py): remove unnecessary res variable assignment in async for loop to improve code readability fix(main.py): remove unnecessary res variable assignment in async with statement to improve code readability fix(main.py): remove unnecessary res variable assignment in async with for loop to improve
Signed-off-by: tomyprs <[email protected]>
Signed-off-by: tomyprs <[email protected]>
Signed-off-by: tomyprs <[email protected]>
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.
Signed-off-by: tomyprs [email protected]