From a555449001cbe87503e5ffe9b311aceb59592c63 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 3 Apr 2022 16:43:47 -0400 Subject: Audio states on control; Control can be ran once; Ping update, etc --- commands/about.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'commands/about.js') 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() -- cgit v1.2.3