generated from replugged-org/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2! Code refactoring, settings, stream quality
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
Showing
14 changed files
with
491 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,5 +33,5 @@ jobs: | |
|
||
- uses: ncipollo/release-action@v1 | ||
with: | ||
artifacts: "*.asar" | ||
artifacts: "bundle/*" | ||
makeLatest: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,4 +107,4 @@ dist | |
# TernJS port file | ||
.tern-port | ||
|
||
/*.asar | ||
/bundle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.