Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
gg
Browse files Browse the repository at this point in the history
  • Loading branch information
yofukashino authored Mar 12, 2023
1 parent 3a45877 commit c232fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 1BunnyLib.plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ module.exports = (() => {
maxHeight: "250px",
},
})
: React.createElement(
: React.createElement(
"svg",
{
width: "250",
Expand Down
2 changes: 1 addition & 1 deletion DiscordBypasses.plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ module.exports = (() => {
),
new Switch(
"Custom stream preview",
"Stops your stream preview from being rendered. If an image link is provided, the image given will be rendered.",
"Stops your stream preview from being rendered. If an image is provided, the image given will be rendered.",
this.settings["preview"],
(e) => {
this.settings["preview"] = e;
Expand Down

1 comment on commit c232fc7

@Termiop797
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

discord bypass not working

Please sign in to comment.