aboutsummaryrefslogtreecommitdiff
path: root/commands/Getting Started
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Getting Started')
-rw-r--r--commands/Getting Started/help.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/Getting Started/help.js b/commands/Getting Started/help.js
index 2047f15..457e6ec 100644
--- a/commands/Getting Started/help.js
+++ b/commands/Getting Started/help.js
@@ -41,8 +41,6 @@ exports.run = (bot, msg, args) => {
msg.channel.send({ embed });
}
else {
-
- msg.channel.send(args[1])
const embed = new RichEmbed();
embed
.setColor (0x00ae86)