Skip to content

Plugin: Stalcord #3441

Closed
gmBlahaj wants to merge 3 commits into
Vendicated:mainfrom
gmBlahaj:main
Closed

Plugin: Stalcord #3441
gmBlahaj wants to merge 3 commits into
Vendicated:mainfrom
gmBlahaj:main

Conversation

@gmBlahaj
Copy link
Copy Markdown

Yes very creative name I know

Comment on lines +99 to +111
// 1. First try Vesktop's native navigation
if (window.DiscordNative?.window?.navigate) {
window.DiscordNative.window.navigate(path);
notification.close();
return;
}

// 2. Try Electron's shell as fallback
if (window.DiscordNative?.shell?.openExternal) {
window.DiscordNative.shell.openExternal(`discord://${path}`);
notification.close();
return;
}
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

none of this code makes any sense. ai generated?

@Vendicated
Copy link
Copy Markdown
Owner

this plugin is creepy

@Vendicated Vendicated closed this May 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants