diff options
Diffstat (limited to 'commands/about.js')
| -rw-r--r-- | commands/about.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/about.js b/commands/about.js index e87f1a6..04d6b75 100644 --- a/commands/about.js +++ b/commands/about.js @@ -47,7 +47,7 @@ export default { new MessageButton() .setStyle('LINK') .setLabel('Original Source Code') - .setURL('https://github.com/Alee14/DLMP3') + .setURL('https://github.com/Alee14/DLAP') ); return await interaction.reply({ embeds: [aboutEmbed], components: [srcOrig] }); |
