pr pw in env
This commit is contained in:
parent
4f5b1462f3
commit
a3fc575f46
|
@ -43,5 +43,6 @@ module.exports = {
|
|||
],
|
||||
|
||||
"owop_captcha_password": process.env.OWOP_CAPTCHA_PASSWORD,
|
||||
"pr_password": process.env.PR_PASSWORD
|
||||
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ const PRClient = require("./PRClient.js");
|
|||
|
||||
let client = new PRClient({// account stuff
|
||||
username: "Discord",
|
||||
password: "vWmnsEkgAPcU3VR",
|
||||
password: config.pr_password,
|
||||
roomName: 'lobby'
|
||||
});
|
||||
global.prClient = client;
|
||||
|
|
Loading…
Reference in New Issue