aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/about.js2
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] });