fix: add warning that disabling the plugin will allow access

This commit is contained in:
Lillith 2024-06-28 19:42:45 -04:00
parent 33792f995f
commit 68925dbdff

View file

@ -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,
@ -81,8 +81,4 @@ export default definePlugin({
stop() {
saveData();
},
// navigate(href: string): boolean {
// return Math.random() < 0.5;
// },
});