Skip to content

NowPlaying Plugin#4044

Closed
benzokones wants to merge 2 commits into
Vendicated:mainfrom
benzokones:main
Closed

NowPlaying Plugin#4044
benzokones wants to merge 2 commits into
Vendicated:mainfrom
benzokones:main

Conversation

@benzokones
Copy link
Copy Markdown

Hi, this plugin allows the user to do /now to display their currently playing track similar to nicotine+. There is planned support for other services such as last.fm.

image image

I am aware that the contributing guidelines specify against simple slash commands but creating this as a discord bot would not support foobar's nowplaying feature and can be disabled by servers. By having it as a plugin more services can be supported 🙂.

Let me know if there are any problems or issues.

}

export async function readFile(event: any, filePath: string): Promise<string> {
return await fs.readFile(filePath, "utf8");
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.

this is really unsafe never do this

@Vendicated
Copy link
Copy Markdown
Owner

Thanks! But this plugin is too niche and your implementation is unsafe. This plugin already exists for Spotify. You could add a /share command to the lastfm-rpc plugin though, it already has everything you need

@Vendicated Vendicated closed this Mar 9, 2026
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