diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-07-12 19:49:42 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-07-12 19:49:42 -0400 |
| commit | dc1961d2247bdbbcad8dfa720e3a46e004e0262d (patch) | |
| tree | d2ac60a9c2af9edab3eef38635d01bbdf077753c /commands/about.js | |
| parent | 6feb5b84b217984a98827d3008ac598ba46061a0 (diff) | |
| download | DLAP-dc1961d2247bdbbcad8dfa720e3a46e004e0262d.tar.gz DLAP-dc1961d2247bdbbcad8dfa720e3a46e004e0262d.tar.bz2 DLAP-dc1961d2247bdbbcad8dfa720e3a46e004e0262d.zip | |
Fixed about; No longer requiring guild id for deploy command
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] }); |
