From dc1961d2247bdbbcad8dfa720e3a46e004e0262d Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 12 Jul 2022 19:49:42 -0400 Subject: Fixed about; No longer requiring guild id for deploy command --- commands/about.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands') 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] }); -- cgit v1.2.3