Skip to content

Commit

Permalink
fix: add warning that disabling the plugin will allow access
Browse files Browse the repository at this point in the history
  • Loading branch information
lillithkt committed Jun 28, 2024
1 parent 33792f9 commit 68925db
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/plugins/passwordProtect/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ interface NSFWBlockProps {

export default definePlugin({
name: "PasswordProtect",
description: "Passcode protect servers, channels, and dms",
description: "Passcode protect servers, channels, and dms. WARNING: Disabling the plugin will allow anyone to open the channels!",
authors: [Devs.ImLvna],

contextMenus: contextMenus,
Expand Down Expand Up @@ -81,8 +81,4 @@ export default definePlugin({
stop() {
saveData();
},

// navigate(href: string): boolean {
// return Math.random() < 0.5;
// },
});

0 comments on commit 68925db

Please sign in to comment.