Skip to content

Commit

Permalink
butter uwu
Browse files Browse the repository at this point in the history
  • Loading branch information
yofukashino committed Mar 25, 2024
1 parent 5ca4b11 commit c16e282
Show file tree
Hide file tree
Showing 19 changed files with 571 additions and 648 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- uses: pnpm/action-setup@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- uses: pnpm/action-setup@v2
with:
Expand Down
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
"editor.formatOnSave": true,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Also Adds option to login from token on login form.

**Do not share your token.**

Direct Download Link: [dev.tharki.Token.asar](https://github.com/Tharki-God/Token/releases/latest/download/dev.tharki.Token.asar)
Direct Download Link: [dev.tharki.Token.asar](https://github.com/YofukashiNo/Token/releases/latest/download/dev.tharki.Token.asar)

Install Link:
[![Install in Replugged](https://img.shields.io/badge/-Install%20in%20Replugged-blue?style=for-the-badge&logo=none)](https://replugged.dev/install?identifier=dev.tharki.Token)

![image](https://tharki-god.github.io/files-random-host/bdpluginsassets/token.png)
![image](https://YofukashiNo.github.io/files-random-host/bdpluginsassets/token.png)

> For issues related to plugin either DM the dev or ask in support server listed below.
>
Expand Down
20 changes: 10 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"id": "dev.tharki.Token",
"name": "Token",
"description": "Get an option to copy your token by right clicking on the home button.",
"image": "https://i.imgur.com/2LPLdm3.png",
"source": "https://github.com/Tharki-God/Token",
"id": "dev.tharki.ShowHiddenChannels",
"name": "ShowHiddenChannels",
"description": "A replugged plugin which displays all hidden Channels, which can't be accessed due to Role Restrictions, this won't allow you to read them (impossible).",
"image": "https://i.imgur.com/pE1sQz5.png",
"source": "https://github.com/YofukashiNo/ShowHiddenChannels",
"author": {
"name": "Ahlawat",
"discordID": "1025214794766221384",
"github": "Tharki-God"
"name": "Nanakusa",
"discordID": "1121961711080050780",
"github": "YofukashiNo"
},
"version": "1.1.0",
"version": "1.3.5",
"updater": {
"type": "store",
"id": "dev.tharki.Token"
"id": "dev.tharki.ShowHiddenChannels"
},
"license": "MIT",
"type": "replugged-plugin",
Expand Down
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,26 @@
"eslint:check": "eslint ./src",
"prettier:fix": "prettier ./src --write",
"eslint:fix": "eslint ./src --fix",
"lint": "pnpm run prettier:check && pnpm run eslint:check && pnpm run check",
"lint": "pnpm run prettier:check & pnpm run eslint:check & pnpm run check",
"lint:fix": "pnpm run prettier:fix && pnpm run eslint:fix"
},
"keywords": [],
"author": "Ahlawat",
"author": "Nanakusa",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.17.6",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.47.0",
"@types/node": "^18.18.6",
"@types/react": "^18.2.31",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.52.0",
"eslint-config-dmitmel": "github:dmitmel/eslint-config-dmitmel",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "^2.8.8",
"replugged": "^4.7.4",
"replugged": "^4.7.7",
"typescript": "^5.0.0"
},
"dependencies": {
"@types/react": "^18.2.20"
"discord-types": "^1.3.3"
}
}
Loading

0 comments on commit c16e282

Please sign in to comment.