From 08aae8cd9e5417bd7451b9af2e3190bf9c6a4e43 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 28 Mar 2022 19:53:00 -0400 Subject: Removed old cmd handler; Brought back join; New cmd --- commands/about.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'commands/about.js') diff --git a/commands/about.js b/commands/about.js index b7771db..8177d81 100644 --- a/commands/about.js +++ b/commands/about.js @@ -31,6 +31,8 @@ export default { .setAuthor({name:`About ${bot.user.username}`, iconURL:bot.user.avatarURL()}) .addField('Information', 'A Discord bot that plays local MP3 audio tracks.') .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.'}) -- cgit v1.2.3