aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-12 11:28:14 -0400
committerGitHub <noreply@github.com>2017-08-12 11:28:14 -0400
commit755e62901216b8bfb7cbe1078457504c324068a6 (patch)
tree4f1078a6d0c3696188a827169c98b5cd78141e5a
parente0daa899cc3020e130a11da6395c8f1bd3c037ca (diff)
downloadAleeBot-755e62901216b8bfb7cbe1078457504c324068a6.tar.gz
AleeBot-755e62901216b8bfb7cbe1078457504c324068a6.tar.bz2
AleeBot-755e62901216b8bfb7cbe1078457504c324068a6.zip
Update aleebot.js
-rw-r--r--aleebot.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/aleebot.js b/aleebot.js
index ba0b0f1..1d39616 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -259,6 +259,8 @@ commandProcessed = true;
if(command === 'say'){
message.channel.sendMessage(args.join(" "));
+ message.delete();
+
}