Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanalufa authored Oct 14, 2024
1 parent 3f16ebd commit eb73d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (fs.existsSync('config.env')) {
const API = "https://api-aswin-sparky.koyeb.app";
const ALIVE = process.env.ALIVE || "I am Alive";
const HANDLERS = process.env.HANDLER || "^";
const SESSION_ID = process.env.SESSION_ID || "";

This comment has been minimized.

Copy link
@Harshamadushanka21

Harshamadushanka21 Oct 16, 2024

A-S-W-I-N-S-P-A-R-K-Y:ab5f6530a20ff093e257c6fecc5c7771

const SESSION_ID = process.env.SESSION_ID || "A-S-W-I-N-S-P-A-R-K-Y:ab5f6530a20ff093e257c6fecc5c7771";
const SUDO = process.env.SUDO || '917012984396';
const AUTO_STATUS_VIEW = process.env.AUTO_STATUS_VIEW || "true";
const ALWAYS_ONLINE = process.env.ALWAYS_ONLINE || "false";
Expand Down

0 comments on commit eb73d2e

Please sign in to comment.