Skip to content

Commit

Permalink
Update FakeNitro plugin settings and remove LinkProfilePicture plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Loukious committed Mar 22, 2024
1 parent e940126 commit 1fd4890
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 30 deletions.
6 changes: 3 additions & 3 deletions src/plugins/fakeNitro/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,13 @@ const settings = definePluginSettings({
restartNeeded: true
},
enableSoundboardBypass: {
description: "Allow the use of soundboard everywhere (others can't hear them)",
description: "Allows the use of all servers' soundboards (others can't hear it)",
type: OptionType.BOOLEAN,
default: true,
restartNeeded: true
},
enableSoundboardGuildLimitBypass: {
description: "Allow the use of all sounds in the guild's soundboard no matter what the guild boost level is",
description: "Allows the use of all sounds in the server's soundboard no matter what the server's boost level is",
type: OptionType.BOOLEAN,
default: true,
restartNeeded: true
Expand Down Expand Up @@ -197,7 +197,7 @@ const hasAttachmentPerms = (channelId: string) => hasPermission(channelId, Permi

export default definePlugin({
name: "FakeNitro",
authors: [Devs.Arjix, Devs.D3SOX, Devs.Ven, Devs.obscurity, Devs.captain, Devs.Nuckyz, Devs.AutumnVN],
authors: [Devs.Arjix, Devs.D3SOX, Devs.Ven, Devs.obscurity, Devs.captain, Devs.Nuckyz, Devs.AutumnVN, Devs.Loukios],
description: "Allows you to stream in nitro quality, send fake emojis/stickers and use client themes.",
dependencies: ["MessageEventsAPI"],

Expand Down
27 changes: 0 additions & 27 deletions src/plugins/linkProfilePicture/index.tsx

This file was deleted.

0 comments on commit 1fd4890

Please sign in to comment.