diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-12 12:16:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-12 12:16:35 -0400 |
| commit | 1d0714411c500a0d96bf062e2483212ae06e4a55 (patch) | |
| tree | a642ef33c634f6a17b6425313d91f69b7c8b4e32 | |
| parent | 1dec03ead66e619605cd1459ab3fafa6cf344b43 (diff) | |
| download | AleeBot-1d0714411c500a0d96bf062e2483212ae06e4a55.tar.gz AleeBot-1d0714411c500a0d96bf062e2483212ae06e4a55.tar.bz2 AleeBot-1d0714411c500a0d96bf062e2483212ae06e4a55.zip | |
Update aleebot.js
| -rw-r--r-- | aleebot.js | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -258,7 +258,9 @@ commandProcessed = true; } if(command === 'say'){ - if(message.author.id !== config.ownerID) return; + if(message.author.id !== config.ownerID) + message.reply('Hey! Your not Alee14!') + return; message.channel.sendMessage(args.join(" ")); message.delete(); |
