We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hideGitHubButton
1 parent 5dc13a4 commit a6c9b33Copy full SHA for a6c9b33
plugins/discord/back.ts
@@ -163,7 +163,7 @@ export default (
163
largeImageText: songInfo.album ?? '',
164
buttons: [
165
...(options.listenAlong ? [{ label: 'Listen Along', url: songInfo.url ?? '' }] : []),
166
- { label: 'View App On GitHub', url: 'https://github.com/th-ch/youtube-music' },
+ ...(options.hideGitHubButton ? [] : [{ label: 'View App On GitHub', url: 'https://github.com/th-ch/youtube-music' }]),
167
],
168
};
169
0 commit comments