Skip to content

Commit

Permalink
chore: Rename secret
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel committed May 18, 2024
1 parent 68b9423 commit 722a5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dotenv.config();
const { Client, Tools, Data } = require('../client.js');

const Bot = new Client({
username: process.env.USERNAME ?? 'PS-Client',
username: process.env.PS_USERNAME ?? 'PS-Client',
password: process.env.PASSWORD,
rooms: ['botdevelopment'],
debug,
Expand Down

0 comments on commit 722a5c3

Please sign in to comment.