diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-04-03 16:43:47 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-04-03 16:43:47 -0400 |
| commit | a555449001cbe87503e5ffe9b311aceb59592c63 (patch) | |
| tree | bf2920c4532ca65b5837d459e46bbe53c893de76 /commands/about.js | |
| parent | daf3c1735513bb252614a0047116088e242f7984 (diff) | |
| download | DLAP-a555449001cbe87503e5ffe9b311aceb59592c63.tar.gz DLAP-a555449001cbe87503e5ffe9b311aceb59592c63.tar.bz2 DLAP-a555449001cbe87503e5ffe9b311aceb59592c63.zip | |
Audio states on control; Control can be ran once; Ping update, etc
Diffstat (limited to 'commands/about.js')
| -rw-r--r-- | commands/about.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/about.js b/commands/about.js index bd54e25..36234a5 100644 --- a/commands/about.js +++ b/commands/about.js @@ -30,14 +30,14 @@ export default { async execute(interaction, bot) { const aboutEmbed = new MessageEmbed() .setAuthor({name:`About ${bot.user.username}`, iconURL:bot.user.avatarURL()}) - .addField('Information', 'A Discord bot that plays local MP3 audio tracks.') - .addField('Version', npmPackage.version) + .addField('Information', 'A Discord bot that plays local audio tracks.') + .addField('Version', `DLAP ${npmPackage.version}`) .addField('Original Creator', 'Andrew Lee (Alee#4277)') //.addField('Contributors', '[your name] (discord#0000)') //.addField('Forked by', '[your name] (discord#0000)') .addField('Frameworks', `Discord.JS ${version} + Voice`) .addField('License', 'GNU General Public License v3.0') - .setFooter({text:'© Copyright 2020-2022 Andrew Lee. Licensed with GPL-3.0.'}) + .setFooter({text:'© Copyright 2020-2022 Andrew Lee'}) .setColor('#0066ff') const srcOrig = new MessageActionRow() |
