diff --git a/.cliff-jumperrc.json b/.cliff-jumperrc.json
new file mode 100644
index 0000000..f11530a
--- /dev/null
+++ b/.cliff-jumperrc.json
@@ -0,0 +1,6 @@
+{
+ "name": "discord-afk-js",
+ "packagePath": "packages/discord-afk-js_nodb",
+ "tagTemplate": "{{new-version}}",
+ "identifierBase": false
+}
\ No newline at end of file
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index fa920ee..1b782d4 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -7,8 +7,10 @@ If you wish to contribute to discord-afk-js, feel free to fork the repository an
## Setup
1. Fork & clone the repository, make sure you are on the correct branch
-2. Run `npm ci`
+2. Run `pnpm install --frozen-lockfile` ([Install](https://pnpm.io/installation))
3. Code your idea
+4. Run `pnpm run test`
+6. Submit a pull request
## Testing your code
1. Run `npm test`
diff --git a/.github/SECURITY.md b/.github/SECURITY.md
deleted file mode 100644
index 10be8e5..0000000
--- a/.github/SECURITY.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# Security Policy
-
-## Supported Versions
-discord.js v14
-| Version | Recommended |
-| ------- | ------------------ |
-| 1.4.8 | :white_check_mark: |
-| < 1.4.8 | :x: |
-
-## Reporting a Vulnerability
-under v1.4.8 theres some security issues, if you using discord-afk-js under version 1.4.8. please update it to latest version
-```
-npm i discord-afk-js@latest
-```
diff --git a/README.md b/README.md
index c427ea0..64b0721 100644
--- a/README.md
+++ b/README.md
@@ -3,15 +3,15 @@