aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-07-09 16:56:04 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-07-09 16:56:04 -0400
commit32f8d995abd20b1f2b82dc98a108b0a762dc6b1b (patch)
tree49c71a7917554b7c47e19d4b3b32aad5fd45cdc9 /commands
parent2471564098b1de1a635d90f381ef67cf2cb43511 (diff)
downloadDLAP-32f8d995abd20b1f2b82dc98a108b0a762dc6b1b.tar.gz
DLAP-32f8d995abd20b1f2b82dc98a108b0a762dc6b1b.tar.bz2
DLAP-32f8d995abd20b1f2b82dc98a108b0a762dc6b1b.zip
Using Durstenfeld shuffle, replacing Fisher-Yates
Diffstat (limited to 'commands')
-rw-r--r--commands/about.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/about.js b/commands/about.js
index 36234a5..185a795 100644
--- a/commands/about.js
+++ b/commands/about.js
@@ -32,7 +32,7 @@ export default {
.setAuthor({name:`About ${bot.user.username}`, iconURL:bot.user.avatarURL()})
.addField('Information', 'A Discord bot that plays local audio tracks.')
.addField('Version', `DLAP ${npmPackage.version}`)
- .addField('Original Creator', 'Andrew Lee (Alee#4277)')
+ .addField('Original Creator', 'Andrew Lee (Alee#4277)') // Do not remove this since I created this :)
//.addField('Contributors', '[your name] (discord#0000)')
//.addField('Forked by', '[your name] (discord#0000)')
.addField('Frameworks', `Discord.JS ${version} + Voice`)