aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-03-24 21:39:01 -0400
committerUnknown <jtsshieh@outlook.com>2018-03-24 21:39:01 -0400
commitad486fb18483b2edd3dcfaf03ab0b89b20219f07 (patch)
treeedf04ba1342a2c3a13621de14c5bfbb72db8c2a8 /commands
parentc7f3da3f5ce01efd6cd0dc7f4a0a89c33f76a675 (diff)
downloadPokeBot-ad486fb18483b2edd3dcfaf03ab0b89b20219f07.tar.gz
PokeBot-ad486fb18483b2edd3dcfaf03ab0b89b20219f07.tar.bz2
PokeBot-ad486fb18483b2edd3dcfaf03ab0b89b20219f07.zip
i'm seriously lost
Diffstat (limited to 'commands')
-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)