diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-12 12:45:01 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-12 12:45:01 -0400 |
| commit | b1180d266b78214109e758947579ceb79cfdf65a (patch) | |
| tree | f29985e6ea03127d03f4f91ff0a4b9fbd1a83c98 | |
| parent | fc37c92a31582aad7475b8963e8dd1d16d615460 (diff) | |
| download | AleeBot-b1180d266b78214109e758947579ceb79cfdf65a.tar.gz AleeBot-b1180d266b78214109e758947579ceb79cfdf65a.tar.bz2 AleeBot-b1180d266b78214109e758947579ceb79cfdf65a.zip | |
Update aleebot.js
| -rw-r--r-- | aleebot.js | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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(); |
