Skip to content

Commit

Permalink
edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenedtzjs committed Oct 16, 2024
1 parent a9767a6 commit 7fb9f0d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 28 deletions.
6 changes: 6 additions & 0 deletions .cliff-jumperrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "discord-afk-js",
"packagePath": "packages/discord-afk-js_nodb",
"tagTemplate": "{{new-version}}",
"identifierBase": false
}
4 changes: 3 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
14 changes: 0 additions & 14 deletions .github/SECURITY.md

This file was deleted.

14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<a target="_blank" href="https://www.npmjs.com/package/discord-afk-js" rel="noopener noreferrer"><img src="https://nodei.co/npm/discord-afk-js.png?downloads=true&downloadRank=true&stars=true"></a>
</p>
<p>
<a target="_blank" href="https://nodejs.org/" rel="noopener noreferrer"><img alt="node-current" src="https://img.shields.io/node/v/distube"></a>
<a target="_blank" href="https://nodejs.org/" rel="noopener noreferrer"><img alt="node-current" src="https://img.shields.io/node/v/discord-afk-js"></a>
<a target="_blank" href="https://www.npmjs.com/package/discord-afk-js" rel="noopener noreferrer"><img alt="npm" src="https://img.shields.io/npm/dt/discord-afk-js"></a>
<a target="_blank" href="https://www.npmjs.com/package/discord-afk-js" rel="noopener noreferrer"><img alt="npm latest" src="https://img.shields.io/npm/v/discord-afk-js/latest?color=blue&label=discord-afk-js%40latest&logo=npm"></a>
<a target="_blank" href="https://github.com/skick1234/CyraTeam/discord-afk-js" rel="noopener noreferrer"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/CyraTeam/discord-afk-js"></a>
<a target="_blank" href="https://discord.gg/qpT2AeYZRN" rel="noopener noreferrer"><img alt="Discord" src="https://img.shields.io/discord/984857299858382908?label=CyraTeam&logo=discord"></a>
<a target="_blank" href="https://github.com/CyraTeam/discord-afk-js" rel="noopener noreferrer"><img alt="Visitor" src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2FCyraTeam%2Fdiscord-afk-js&countColor=%2337d67a&style=flat"></a>
<a target="_blank" href="https://github.com/CyraTeam/discord-afk-js/issues" rel="noopener noreferrer"><img alt="Issues" src="https://img.shields.io/github/issues/CyraTeam/discord-afk-js"></a>
<a target="_blank" href="https://github.com/CyraTeam/discord-afk-js" rel="noopener noreferrer"><img alt="Commit" src="https://img.shields.io/github/commit-activity/y/CyraTeam/discord-afk-js?label=Commit%20Activity&logo=github"></a>
<a target="_blank" href="https://codecov.io/gh/CyraTeam/discord-afk-js"><img src="https://codecov.io/gh/CyraTeam/discord-afk-js/graph/badge.svg?token=98ZKDNNXVE"/></a>
<a target="_blank" href="https://github.com/skick1234/SITCommunity/discord-afk-js" rel="noopener noreferrer"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/SITCommunity/discord-afk-js"></a>
<a target="_blank" href="https://discord.gg/qpT2AeYZRN" rel="noopener noreferrer"><img alt="Discord" src="https://img.shields.io/discord/984857299858382908?label=SITCommunity&logo=discord"></a>
<a href="https://github.com/CyraTeam/discord-afk-js" target="_blank" rel="noopener noreferrer"><img alt="Visitor" src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2FCyraTeam%2Fdiscord-afk-js&countColor=%2337d67a&style=flat"></a>
<a target="_blank" href="https://github.com/SITCommunity/discord-afk-js/issues" rel="noopener noreferrer"><img alt="Issues" src="https://img.shields.io/github/issues/SITCommunity/discord-afk-js"></a>
<a target="_blank" href="https://github.com/SITCommunity/discord-afk-js" rel="noopener noreferrer"><img alt="Commit" src="https://img.shields.io/github/commit-activity/y/SITCommunity/discord-afk-js?label=Commit%20Activity&logo=github"></a>
<a target="_blank" href="https://codecov.io/gh/SITCommunity/discord-afk-js"><img src="https://codecov.io/gh/SITCommunity/discord-afk-js/graph/badge.svg?token=98ZKDNNXVE"/></a>
</p>
</div>

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
4 changes: 0 additions & 4 deletions preview.md

This file was deleted.

0 comments on commit 7fb9f0d

Please sign in to comment.