mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 01:46:23 +00:00
fix: add warning that disabling the plugin will allow access
This commit is contained in:
parent
33792f995f
commit
68925dbdff
1 changed files with 1 additions and 5 deletions
|
@ -23,7 +23,7 @@ interface NSFWBlockProps {
|
||||||
|
|
||||||
export default definePlugin({
|
export default definePlugin({
|
||||||
name: "PasswordProtect",
|
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],
|
authors: [Devs.ImLvna],
|
||||||
|
|
||||||
contextMenus: contextMenus,
|
contextMenus: contextMenus,
|
||||||
|
@ -81,8 +81,4 @@ export default definePlugin({
|
||||||
stop() {
|
stop() {
|
||||||
saveData();
|
saveData();
|
||||||
},
|
},
|
||||||
|
|
||||||
// navigate(href: string): boolean {
|
|
||||||
// return Math.random() < 0.5;
|
|
||||||
// },
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue