diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml
new file mode 100644
index 00000000..9626ff6d
--- /dev/null
+++ b/.github/workflows/webpack.yml
@@ -0,0 +1,28 @@
+name: NodeJS with Webpack
+
+on:
+ push:
+ branches: [ "main" ]
+ pull_request:
+ branches: [ "main" ]
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+
+ strategy:
+ matrix:
+ node-version: [18.x, 20.x, 22.x]
+
+ steps:
+ - uses: actions/checkout@v4
+
+ - name: Use Node.js ${{ matrix.node-version }}
+ uses: actions/setup-node@v4
+ with:
+ node-version: ${{ matrix.node-version }}
+
+ - name: Build
+ run: |
+ npm install
+ npx webpack
diff --git a/README.md b/README.md
index 0f7248a6..6129f971 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,16 @@
-# ๐ Malvin-Session-Generator
+# ๐ Ghaffar-Session-Generator
## ๐ Visitor Counter
-
+
---
## ๐ก Fork This Project
-[](https://github.com/XdKing2/malvin-pair/fork)
+[](https://github.com/king2/Ghaffar-pair/fork)
Generate session IDs for WhatsApp bots using [`@whiskeysockets/baileys`](https://github.com/whiskeysockets/baileys), with secure **MEGA** cloud storage and a fast web QR login.
@@ -53,12 +53,12 @@ Generate session IDs for WhatsApp bots using [`@whiskeysockets/baileys`](https:/
## ๐ Owner
-
-
+
+
-๐ฌ [`Contact on WhatsApp`](https://wa.me/263780166288)
+๐ฌ [`Contact on WhatsApp`](https://wa.me/923195984790)
---
diff --git a/main.html b/main.html
index 0de62acc..a744ba19 100644
--- a/main.html
+++ b/main.html
@@ -112,16 +112,16 @@