aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-12 12:45:01 -0400
committerGitHub <noreply@github.com>2017-08-12 12:45:01 -0400
commitb1180d266b78214109e758947579ceb79cfdf65a (patch)
treef29985e6ea03127d03f4f91ff0a4b9fbd1a83c98
parentfc37c92a31582aad7475b8963e8dd1d16d615460 (diff)
downloadAleeBot-b1180d266b78214109e758947579ceb79cfdf65a.tar.gz
AleeBot-b1180d266b78214109e758947579ceb79cfdf65a.tar.bz2
AleeBot-b1180d266b78214109e758947579ceb79cfdf65a.zip
Update aleebot.js
-rw-r--r--aleebot.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/aleebot.js b/aleebot.js
index b591e19..a22bc39 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -258,8 +258,11 @@ commandProcessed = true;
}
if(command === 'say'){
- if(message.author.id !== config.ownerID)
- message.reply("Hey! You're not Alee14!")
+ if(message.author.id == 242775871059001344242775871059001344){
+
+ } else {
+ message.reply("Hey! You're not Alee14!")
+ }
return;
message.channel.sendMessage(args.join(" "));
message.delete();