aboutsummaryrefslogtreecommitdiff
path: root/commands/about.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/about.js')
-rw-r--r--commands/about.js2
1 files changed, 2 insertions, 0 deletions
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.'})