Merged
Conversation
058251c to
00af70e
Compare
MattiaFailla
reviewed
Oct 4, 2020
76af8a4 to
b02d105
Compare
MattiaFailla
approved these changes
Oct 14, 2020
Member
|
@Kavuti Could you please left a review so we can merge this PR? |
Kavuti
reviewed
Oct 14, 2020
| message.reply_text( | ||
| "Diamine, non riesco a bannare questo utente." | ||
| ) | ||
| chat.kick_member(user_id, until_date=1602201900) |
Collaborator
There was a problem hiding this comment.
until_date dovrebbe essere dinamico
Member
There was a problem hiding this comment.
until_date prende in input tempo unix, dovrebbe essere calcolato nel seguente modo se vogliamo sbloccare dopo cinque minuti:
until_date=time.time() + 300
Collaborator
Author
There was a problem hiding this comment.
forse non ho pushato, devo ricontrollare
Kavuti
requested changes
Oct 14, 2020
Collaborator
Kavuti
left a comment
There was a problem hiding this comment.
Bisogna modificare la until_date del kick che attualmente è hard-coded ad una data precisa
- Debugging welcome.py - Improving username check - Improving username check by checking the existence of the `username` attribute. Refactorizing username check by moving the functionality to the main new_user loop - Fix kick member if username is not set
b02d105 to
80dc0b9
Compare
Collaborator
Author
|
Adesso dovrebbe essere corretto @Kavuti , @MattiaFailla |
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.
No description provided.