You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
parser.add_argument("--quiet", action="store_true", help="Run quietly, does not log messages deleted")
# Rate limit
parser.add_argument("--rate", type=float, help="Delay between API calls (in seconds)")
parser.add_argument("--rate", type=float, help="Delay between API calls (in seconds)", default=0)
# user
parser.add_argument("--as_user", action="store_true", help="Pass true to delete the message as the authed user. Bot users in this context are considered authed users.")