bad config fix

This commit is contained in:
Pratyush Desai 2022-06-26 09:38:24 +05:30
parent a401da9ab7
commit bee242b516
Signed by: pratyush
GPG Key ID: DBA5BB7505946FAD
2 changed files with 3 additions and 8 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
env/
.vscode
.vscode
.env

View File

@ -31,13 +31,7 @@ except ImportError:
# without the i18n module
def _(x): return x
reddit = praw.Reddit(
client_id="3HiGpTLp0uq1RQ",
client_secret="LbSsmXuasGbUhuFIlTIRUQT0Zhrk3g",
password="72^3DCukLeHNgP",
user_agent="ircbot by u/TripServington",
username="TripServington",
)
class Reddit(callbacks.Plugin):