aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-12 11:21:09 -0400
committerGitHub <noreply@github.com>2017-08-12 11:21:09 -0400
commite0daa899cc3020e130a11da6395c8f1bd3c037ca (patch)
tree549268d2e316a2ea821d8e7a0be50bcb3d0fb32d
parent22c14b22a07bfcf814c00b654e3e96fc1d31769f (diff)
downloadAleeBot-e0daa899cc3020e130a11da6395c8f1bd3c037ca.tar.gz
AleeBot-e0daa899cc3020e130a11da6395c8f1bd3c037ca.tar.bz2
AleeBot-e0daa899cc3020e130a11da6395c8f1bd3c037ca.zip
New command
-rw-r--r--aleebot.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/aleebot.js b/aleebot.js
index c9a09aa..ba0b0f1 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -256,6 +256,11 @@ commandProcessed = true;
}
}
+
+ if(command === 'say'){
+ message.channel.sendMessage(args.join(" "));
+
+ }
});