Skip to content

Commit 61fcbd1

Browse files
authored
Update settings.js
1 parent e5f6ec0 commit 61fcbd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//=====💫 STAR XD 🔥====
22

3-
module.exports = {
3+
export default {
44
// PUT YOUR SESSION ID BELOW (Required)
55
// Get from: https://star.malvintech.sbs/
66
SESSION_ID: "",
@@ -56,4 +56,4 @@ module.exports = {
5656

5757
// Timezone
5858
TIMEZONE: "Africa/Harare"
59-
};
59+
};

0 commit comments

Comments
 (0)