Last active
February 7, 2020 04:21
-
-
Save dev4Fun/9353c9b30b5dc63bed87c4e795e488df to your computer and use it in GitHub Desktop.
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
| def __init__(self, credentials: dict, reddit_client=None, all_bot_names=None): | |
| ... | |
| self.all_bot_names = all_bot_names if all_bot_names else {username} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment