Skip to content

Commit

Permalink
v2! Code refactoring, settings, stream quality
Browse files Browse the repository at this point in the history
Update to replugged 4.0.0-beta0.22
Radio, Slider are unavailable in 0.22 but can be used on last replugged
Category hasn't a childer prop but this works
  • Loading branch information
cafeed28 committed Feb 5, 2023
1 parent a5074a8 commit c6ed0c8
Show file tree
Hide file tree
Showing 14 changed files with 491 additions and 140 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ overrides:
rules:
node/no-missing-import: off
eqeqeq: off
\@typescript-eslint/no-dynamic-delete: off
"@typescript-eslint/no-dynamic-delete": off
no-return-assign: off
no-void: off
consistent-return: off
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:

- uses: ncipollo/release-action@v1
with:
artifacts: "*.asar"
artifacts: "bundle/*"
makeLatest: true
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ dist
# TernJS port file
.tern-port

/*.asar
/bundle
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# NitroSpoof

Send Nitro emojis as images.
Use some Nitro features without wasting your money!

## Features

- Supports emoji escaping
- Can hide emoji link (thanks [j4k0xb](https://github.com/j4k0xb))
- Can use emojis if they are unavailable due to a lack of boosts (grayed out in emoji picker)
- Removes unavailable emoji tint in emoji picker
- Send emoji as pictures
- - Emoji escaping
- - Can hide emoji link (thanks [j4k0xb](https://github.com/j4k0xb))
- - Can use emojis if they are unavailable due to a lack of boosts (they are unavaiable with nitro,
use this plugin even if you have nitro 😼)
- - Removes unavailable emoji tint in emoji picker
- Stream in 1080p/Source 60 fps quality
- Doesn't spoof premiumType

![image](https://cdn.discordapp.com/emojis/962730564840996964.png?size=20)
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"id": "com.cafeed28.NitroSpoof",
"name": "NitroSpoof",
"description": "Send Nitro emojis as images",
"description": "Use some Nitro features without wasting your money!",
"author": {
"name": "cafeed28",
"discordID": "942752356595023874",
"github": "cafeed28"
},
"version": "1.1.2",
"version": "2.0.0",
"updater": {
"type": "github",
"id": "cafeed28/replugged-nitrospoof"
Expand Down
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plugin-template",
"version": "1.0.0",
"description": "A plugin template",
"name": "replugged-nitrospoof",
"version": "2.0.0",
"description": "Use some Nitro features without wasting your money!",
"engines": {
"node": ">=14.0.0"
},
Expand All @@ -20,20 +20,22 @@
},
"keywords": [],
"author": "",
"license": "ISC",
"license": "MIT",
"devDependencies": {
"@electron/asar": "^3.2.1",
"@fal-works/esbuild-plugin-global-externals": "^2.1.2",
"@types/node": "^18.11.2",
"@types/react": "^18.0.27",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"discord-types": "^1.3.26",
"esbuild": "^0.15.11",
"eslint": "^8.25.0",
"eslint-config-dmitmel": "github:dmitmel/eslint-config-dmitmel",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.31.10",
"prettier": "^2.8.1",
"replugged": "4.0.0-beta0.20",
"replugged": "4.0.0-beta0.22",
"tsx": "^3.10.3",
"typescript": "^4.8.4"
}
Expand Down
Loading

0 comments on commit c6ed0c8

Please sign in to comment.