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 @@

- node-current + node-current npm npm latest - GitHub Repo stars - Discord - Visitor - Issues - Commit - + GitHub Repo stars + Discord + Visitor + Issues + Commit +

diff --git a/package.json b/package.json index 2b6b4a9..4be3b82 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/CyraTeam/discord-afk-js.git" + "url": "git+https://github.com/SITCommunity/discord-afk-js.git" }, "keywords": [ "discord", @@ -26,7 +26,7 @@ "funding": "https://github.com/SITCommunity/discord-afk-js?sponsor", "license": "MIT", "bugs": { - "url": "https://github.com/CyraTeam/discord-afk-js/issues" + "url": "https://github.com/SITCommunity/discord-afk-js/issues" }, "homepage": "https://cyrateam.xyz/discord-afk-js", "main": "./src/index.js", diff --git a/preview.md b/preview.md deleted file mode 100644 index ba81188..0000000 --- a/preview.md +++ /dev/null @@ -1,4 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file. -