more security = more better
This commit is contained in:
+2
-2
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user