more security = more better

This commit is contained in:
JP
2018-10-21 16:33:35 +02:00
parent 6a28173ce4
commit 291358300f
2 changed files with 9 additions and 10 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ class General(object):
self.voice_states = {}
self.r = praw.Reddit(
user_agent='StroopwafelBot',
client_secret='Z4K17T8TC26cNAgDSRxCkE9jYR4',
client_id='aWeyKpzdHMtmJQ'
client_secret=self.bot.tokens["redditSecret"],
client_id=self.bot.tokens["redditId"]
)
self.r.read_only = True
f = open("password.txt","r")